ExifTagImageJPEGInterchangeFormatLength Property

Gets the JPEGInterchangeFormatLength EXIF tag.

Description: The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.
Id: 514 (0x0202)
Type: Long

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag JPEGInterchangeFormatLength { get; }

Property Value

ExifTag

See Also