JPEG interfaces:

This represents the interface for the Bitmap IO JPG format.

Interface: ijpegio

Methods

<integer>getQuality()

This method returns the quality level of the output image.

<void>setQuality <integer>quality

This method allows you to set the quality level of the output image.

<integer>quality: The quality level.

<integer>getSmoothing()

This method returns the smoothing level of the output image.

<void>setSmoothing <integer>smoothing

This method allows you set the smoothing level of the output image.

<integer>smoothing: The smoothing level.

See also Class IBitmapIO_Jpeg, in the SDK Help file accompanying this product.