CFX_Image. CFX_IMAGE allows CF programmers
a great deal of control over image files, specifically JPG
and GIF but other formats a well. Read, write, create, resize,
extract image information from, and annotate are only a few
of the many functions available through this tag.
CFX_ImageInfo. CFX_ImageInfo returns
information such as width, height, colors, comments, compression
type, dpi, frames, etc about graphic files. The file formats
it handles include TGA, GIF, JPG, PNG, BMP, PCX, TIFF, and
PSD. You can either ask it to return information about a single
file or about all (known graphic) files in a specified folder.
[more
info]
CFX_ImageInfoSE. It returns ONLY
the width, height and size of any of the following graphic
file formats: TGA, GIF, JPG, PNG, BMP, PCX, TIFF, and PSD.
[more
info]
CFX_ImageInfoMX. CFX_ImageInfoMX, has one simple purpose:
It returns information such as width, height, colors, comments, compression
type, dpi, frames, etc about graphic files. The file formats it handles
include TGA, GIF*, JPG, PNG, BMP, PCX, TIFF, and PSD. [more
info]