Previous - imgEXIF Section Home - Images Next - imgSetSaveQuality


imgSaveQuality ( )

Obtains the save quality (compression) to use when saving images from Rosetta's memory buffer onto a file

Usage:

imgSaveQuality (object me)

Parameters:

None

Returns:

(integer) - the image quality in the range between 1 to 100

Example:

xtRose = xtra("Rosetta").new( )
xtRose.imgOpen( "C:\windows\test.jpg" )
nxDPI = xtRose.imgSaveQuality( )

Notes:

Save quality is only applicable to file formats such as JPG and TIFF. This setting will have no effect on other image formats.


Previous - imgEXIF Section Home - Images Next - imgSetSaveQuality