ABBYY Mobile Imaging SDK 1.0

Go to: Contents | Programmer's Guide | How To ...?

Working with Image in the iOS Library

ABBYY Mobile Imaging SDK for iOS provides the MIImage interface that represents an input image. The interface has methods for conversion of an image in RGBA 8bpc 32bpp format into the MIImage object, and vice versa.

Reading an Image

The initWithMIImage and imageWithMIImage functions MIImage interface converts an image in RGBA 8bpc 32bpp format into the MIImage object that can be passed to the ABBYY Mobile Imaging SDK image processors for image improvements.

Writing an Image

After image improvements, the image should be converted back from MIImage object into RGBA format with the help of the convertToUIImage function.