Method | Description | |
---|---|---|
ConvertTiffToJpeg ( string fileName ) : string[] | ||
GetByteArrayforImage ( Stream input ) : byte[] | ||
getImageProperty ( byte inBytes, int propertyId ) : string | ||
imageToByteArray ( Image inImage ) : byte[] | ||
rotateImage ( byte inBytes, int rotateType ) : byte[] | ||
scaleImageBy ( byte inBytes, float scaleFactor ) : byte[] | ||
scaleImageTo ( byte inBytes, int outWidth, int outHeight ) : byte[] |
Method | Description | |
---|---|---|
byteArrayToImage ( byte inBytes ) : |
||
drawImage ( Image inImage, |
public static ConvertTiffToJpeg ( string fileName ) : string[] | ||
fileName | string | |
return | string[] |
public static GetByteArrayforImage ( Stream input ) : byte[] | ||
input | Stream | |
return | byte[] |
public static getImageProperty ( byte inBytes, int propertyId ) : string | ||
inBytes | byte | |
propertyId | int | |
return | string |
public static imageToByteArray ( Image inImage ) : byte[] | ||
inImage | Image | |
return | byte[] |
public static rotateImage ( byte inBytes, int rotateType ) : byte[] | ||
inBytes | byte | |
rotateType | int | |
return | byte[] |
public static scaleImageBy ( byte inBytes, float scaleFactor ) : byte[] | ||
inBytes | byte | |
scaleFactor | float | |
return | byte[] |
public static scaleImageTo ( byte inBytes, int outWidth, int outHeight ) : byte[] | ||
inBytes | byte | |
outWidth | int | |
outHeight | int | |
return | byte[] |