Class JpegExifData
EXIF data container for jpeg files.
public sealed class JpegExifData : ExifData
- Inheritance
-
JpegExifData
- Inherited Members
Constructors
- JpegExifData()
Initializes a new instance of the JpegExifData class.
- JpegExifData(TiffDataType[])
Initializes a new instance of the JpegExifData class with data from array.
- JpegExifData(TiffDataType[], TiffDataType[], TiffDataType[])
Initializes a new instance of the JpegExifData class with data from array.
Fields
- MaxExifSegmentSize
The maximum EXIF segment size in bytes allowed.
Properties
- Artist
Gets or sets the artist.
- BitsPerSample
Gets or sets the bits per sample.
- Compression
Gets or sets the compression.
- Copyright
Gets or sets the copyright.
- DateTime
Gets or sets the date time.
- ImageDescription
Gets or sets the image description.
- ImageLength
Gets or sets the image length.
- ImageWidth
Gets or sets the image width.
- Model
Gets or sets the model.
- Orientation
Gets or sets the orientation.
- PhotometricInterpretation
Gets or sets the photometric interpretation.
- PlanarConfiguration
Gets or sets the planar configuration.
- PrimaryChromaticities
Gets or sets the chromaticity of the three primary colors of the image.
- ReferenceBlackWhite
Gets or sets the reference black white.
- ResolutionUnit
Gets or sets the resolution unit.
- SamplesPerPixel
Gets or sets the samples per pixel.
- Software
Gets or sets the software.
- Thumbnail
Gets or sets the thumbnail image.
- TransferFunction
Gets or sets the transfer function.
- XResolution
Gets or sets the x resolution.
- YCbCrCoefficients
Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.
- YCbCrPositioning
Gets or sets the position of chrominance components in relation to the luminance component.
- YCbCrSubSampling
Gets or sets the sampling ratio of chrominance components in relation to the luminance component.
- YResolution
Gets or sets the y resolution.
Methods
- SerializeExifData()
Serializes the EXIF data. Writes the tags values and contents. The most influencing size tag is Thumbnail tag contents.