C# 클래스 mobSocial.Services.MediaServices.MobSocialImageProcessor

상속: IMobSocialImageProcessor
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
ResizeImage ( byte imageBytes, int width, int height ) : byte[]
WriteBytesToImage ( byte imageBytes, string filePath, ImageFormat imageFormat ) : void
WriteResizedImage ( byte imageBytes, int width, int height, string filePath, ImageFormat imageFormat ) : void
WriteResizedImage ( string sourceFile, string destinationFile, int width, int height, ImageFormat imageFormat ) : void

메소드 상세

ResizeImage() 공개 메소드

public ResizeImage ( byte imageBytes, int width, int height ) : byte[]
imageBytes byte
width int
height int
리턴 byte[]

WriteBytesToImage() 공개 메소드

public WriteBytesToImage ( byte imageBytes, string filePath, ImageFormat imageFormat ) : void
imageBytes byte
filePath string
imageFormat System.Drawing.Imaging.ImageFormat
리턴 void

WriteResizedImage() 공개 메소드

public WriteResizedImage ( byte imageBytes, int width, int height, string filePath, ImageFormat imageFormat ) : void
imageBytes byte
width int
height int
filePath string
imageFormat System.Drawing.Imaging.ImageFormat
리턴 void

WriteResizedImage() 공개 메소드

public WriteResizedImage ( string sourceFile, string destinationFile, int width, int height, ImageFormat imageFormat ) : void
sourceFile string
destinationFile string
width int
height int
imageFormat System.Drawing.Imaging.ImageFormat
리턴 void