C# 클래스 ImageResizer4DotNet.Resizer

파일 보기 프로젝트 열기: keyvan/ImageResizer4DotNet

공개 메소드들

메소드 설명
HighBmp ( MemoryStream original, int width, int height ) : MemoryStream
HighJpeg ( MemoryStream original, int width, int height ) : MemoryStream
HighPng ( MemoryStream original, int width, int height ) : MemoryStream
LowBmp ( MemoryStream original, int width, int height ) : MemoryStream
LowJpeg ( MemoryStream original, int width, int height ) : MemoryStream
LowPng ( MemoryStream original, int width, int height ) : MemoryStream
NearestNeighborBmp ( MemoryStream original, int width, int height ) : MemoryStream
NearestNeighborJpeg ( MemoryStream original, int width, int height ) : MemoryStream
NearestNeighborPng ( MemoryStream original, int width, int height ) : MemoryStream
ResizeBmp ( MemoryStream original, int width, int height ) : MemoryStream
ResizeJpeg ( MemoryStream original, int width, int height ) : MemoryStream
ResizePng ( MemoryStream original, int width, int height ) : MemoryStream

비공개 메소드들

메소드 설명
GetBitmapFrame ( MemoryStream original, int width, int height, BitmapScalingMode mode ) : System.Windows.Media.Imaging.BitmapFrame
GetBmpStream ( System.Windows.Media.Imaging.BitmapFrame photo ) : MemoryStream
GetJpegStream ( System.Windows.Media.Imaging.BitmapFrame photo ) : MemoryStream
GetPngStream ( System.Windows.Media.Imaging.BitmapFrame photo ) : MemoryStream
Resize ( System.Windows.Media.Imaging.BitmapFrame photo, int width, int height, BitmapScalingMode scalingMode ) : System.Windows.Media.Imaging.BitmapFrame

메소드 상세

HighBmp() 공개 정적인 메소드

public static HighBmp ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

HighJpeg() 공개 정적인 메소드

public static HighJpeg ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

HighPng() 공개 정적인 메소드

public static HighPng ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

LowBmp() 공개 정적인 메소드

public static LowBmp ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

LowJpeg() 공개 정적인 메소드

public static LowJpeg ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

LowPng() 공개 정적인 메소드

public static LowPng ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

NearestNeighborBmp() 공개 정적인 메소드

public static NearestNeighborBmp ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

NearestNeighborJpeg() 공개 정적인 메소드

public static NearestNeighborJpeg ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

NearestNeighborPng() 공개 정적인 메소드

public static NearestNeighborPng ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

ResizeBmp() 공개 정적인 메소드

public static ResizeBmp ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

ResizeJpeg() 공개 정적인 메소드

public static ResizeJpeg ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream

ResizePng() 공개 정적인 메소드

public static ResizePng ( MemoryStream original, int width, int height ) : MemoryStream
original System.IO.MemoryStream
width int
height int
리턴 System.IO.MemoryStream