C# 클래스 ImageApp.ImageOps

파일 보기 프로젝트 열기: Azure/usql 1 사용 예제들

공개 메소드들

메소드 설명
ConvertTiffToJpeg ( string fileName ) : string[]
GetByteArrayforImage ( Stream input ) : byte[]
getImageProperty ( byte inBytes, int propertyId ) : string
rotateImage ( byte inBytes, int rotateType ) : byte[]
scaleImageBy ( byte inBytes, float scaleFactor ) : byte[]
scaleImageTo ( byte inBytes, int outWidth, int outHeight ) : byte[]

비공개 메소드들

메소드 설명
byteArrayToImage ( byte inBytes ) : StreamImage
drawImage ( Image inImage, Bitmap outImage, Rectangle region ) : void
imageToByteArray ( Image inImage ) : byte[]

메소드 상세

ConvertTiffToJpeg() 공개 정적인 메소드

public static ConvertTiffToJpeg ( string fileName ) : string[]
fileName string
리턴 string[]

GetByteArrayforImage() 공개 정적인 메소드

public static GetByteArrayforImage ( Stream input ) : byte[]
input Stream
리턴 byte[]

getImageProperty() 공개 정적인 메소드

public static getImageProperty ( byte inBytes, int propertyId ) : string
inBytes byte
propertyId int
리턴 string

rotateImage() 공개 정적인 메소드

public static rotateImage ( byte inBytes, int rotateType ) : byte[]
inBytes byte
rotateType int
리턴 byte[]

scaleImageBy() 공개 정적인 메소드

public static scaleImageBy ( byte inBytes, float scaleFactor ) : byte[]
inBytes byte
scaleFactor float
리턴 byte[]

scaleImageTo() 공개 정적인 메소드

public static scaleImageTo ( byte inBytes, int outWidth, int outHeight ) : byte[]
inBytes byte
outWidth int
outHeight int
리턴 byte[]