Documentation ¶
Overview ¶
Package exif implements ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is the structure useful for reading exif data
type Tag ¶
type Tag uint16
Tag is the key attribute for the value
const ( ProcessingSoftware Tag = iota NewSubfileType SubfileType ImageWidth ImageLength BitsPerSample Compression PhotometricInterpretation Orientation SamplesPerPixel PlanarConfiguration XResolution YResolution ResolutionUnit DateTime ImageDescription Make Model Software Artist JPEGProc JPEGInterchangeFormat JPEGInterchangeFormatLength JPEGRestartInterval JPEGLosslessPredictors JPEGPointTransforms JPEGQTables JPEGDCTables JPEGACTables YCbCrCoefficients YCbCrSubSampling YCbCrPositioning ReferenceBlackWhite XMLPacket Copyright ExifIFDpointer ExifVersion FlashpixVersion ColorSpace ComponentsConfiguration CompressedBitsPerPixel PixelXDimension PixelYDimension MakerNote UserComment RelatedSoundFile DateTimeOriginal DateTimeDigitized SubSecTime SubSecTimeOriginal SubSecTimeDigitized ImageUniqueID ExposureTime FNumber ExposureProgram SpectralSensitivity ISOSpeedRatings OECF SensitivityType ShutterSpeedValue ApertureValue BrightnessValue ExposureBiasValue MaxApertureValueS MeteringMode LightSource Flash FocalLength SubjectArea FlashEnergy SpatialFrequencyResponse FocalPlaneXResolution FocalPlaneYResolution FocalPlaneResolutionUnit SubjectLocation ExposureIndex SensingMethod FileSource SceneType CFAPattern CustomRendered ExposureMode WhiteBalance DigitalZoomRatio FocalLengthIn35mmFilm SceneCaptureType GainControl Contrast Saturation Sharpness DeviceSettingDescription SubjectDistanceRange LensMake LensModel PrintImageMatching // http://www.exiv2.org/tags.html )
Hence the values
Click to show internal directories.
Click to hide internal directories.