MDM_EXIF_MAIN.JPEGInterchangeFormatLength Property

FreeImage.NET

MDM_EXIF_MAINJPEGInterchangeFormatLength Property
Gets or sets the number of bytes of JPEG compressed thumbnail data.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Nullable<uint> JPEGInterchangeFormatLength { get; set; }

Property Value

Type: NullableUInt32
Remarks
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 shall be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.


Handling of null values

A null value indicates, that the corresponding metadata tag is not present in the metadata model. Setting this property's value to a non-null reference creates the metadata tag if necessary. Setting this property's value to a null reference deletes the metadata tag from the metadata model.

See Also