Class JFIFThumbnail
Represents a JFIF thumbnail.
Inheritance
System.Object
JFIFThumbnail
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class JFIFThumbnail
Constructors
| Improve this Doc View SourceJFIFThumbnail()
Declaration
protected JFIFThumbnail()
JFIFThumbnail(JFIFThumbnail.ImageFormat, Byte[])
Declaration
public JFIFThumbnail(JFIFThumbnail.ImageFormat format, byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| JFIFThumbnail.ImageFormat | format | |
| System.Byte[] | data |
JFIFThumbnail(Byte[], Byte[])
Declaration
public JFIFThumbnail(byte[] palette, byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | palette | |
| System.Byte[] | data |
Properties
| Improve this Doc View SourceFormat
Gets the image format.
Declaration
public JFIFThumbnail.ImageFormat Format { get; }
Property Value
| Type | Description |
|---|---|
| JFIFThumbnail.ImageFormat |
Palette
Gets the 256 color RGB palette.
Declaration
public byte[] Palette { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
PixelData
Gets raw image data.
Declaration
public byte[] PixelData { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |