AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : JPEGReduceFile Method |
The name of the input JPEG file.
The name of the output JPEG file.
The quality factor of the compression improvement.
The default value is 22 for strong compression improvement while maintaining very good quality. The range is from 0-32, where 0 represents almost no compression improvement, and 32 represents the most compression improvement with some quality loss.
Visual Basic |
---|
Public Sub JPEGReduceFile( _ ByVal inputJPEGFileName As String, _ ByVal outputJPEGFileName As String, _ ByVal qualityFactor As Long _ ) |
The name of the input JPEG file.
The name of the output JPEG file.
The quality factor of the compression improvement.
The default value is 22 for strong compression improvement while maintaining very good quality. The range is from 0-32, where 0 represents almost no compression improvement, and 32 represents the most compression improvement with some quality loss.
Supports reading and writing 8-bit grayscale and 24-bit color JPEGs. |