ImageFile / ImageFiles


Object tree ImageFile branch

The ImageFile object represents an image file in the file system. Use this object to get information, manipulate, or convert image files using a wide set of image manipulation methods. Most image-processing methods are available only for particular multi-page TIFF images. To process other images using the available methods, save them in TIFF format first, perform the operations and convert them back to the original format.

The supported image resolution is in the range of 75-2400 DPI. When accessing bitmap pixel data, note that every stored image is stored in bottom-up line order and the pixel order is BGR.

The ImageFiles collection contains the list of the available ImageFile objects. Using this collection, the available images can be loaded, enumerated, or closed.