Show / Hide Table of Contents

Enum JFIFExtension

Represents the JFIF extension.

Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum JFIFExtension : byte

Fields

Name Description
Thumbnail24BitRGB

Thumbnail stored using 3 bytes/pixel (24-bit) RGB values.

ThumbnailJPEG

Thumbnail coded using JPEG.

ThumbnailPaletteRGB

Thumbnail stored using a 256-Color RGB palette.

Back to top Copyright © 2019 Özgür Özçıtak