This example demonstrates how to use the image conversion APIs
available in the Image Conversion Library). These APIs include important
classes, such as CBitmapRotator
and CBitmapScaler
to be used for rotating and scaling images, respectively. CImageEncoder
and CImageDecoder
, classes
are used to access image encoders and decoders available in the ICL.
Images can be opened, rotated, scaled, and saved in the same or a
different format.
Click on the following link to download the example: ImageConverter.zip file
Click: browse to view the example code.