Exif Formats (TIFF and JPG)
Exif is a standard for image files created with digital cameras and other input devices. The standard is set by the Japan Electronic Industry Development Association, and formally it is called the Digital Still Camera Image File Format Standard.
Exif files contain either uncompressed TIFF images or compressed JPEG images. In addition, these files can contain many comment fields of various types.
LEADTOOLS reads and writes the following Exif formats:
TIFF. This is a tag-based file format designed to promote universal interchanges of digital image data. You can save any image size.
You can read and write 24 bits per pixel.
JPG. This is the JPEG format with YUV 4:2:2 sampling. You can save any image size.
You can read and write 24 bits per pixel. (Grayscale is not supported.) For more information, refer to Compression Using LEAD and JPEG Formats.
An Exif JPG file can also contain a stamp (thumbnail) image, which is a small copy of the main image. The stamp stamp size has been restricted to 160x120x24. If you are working with uncompressed (TIFF) Exif files, the stamp size is (width x height x 24 bpp), with no limitations on width and height.