Versions in this module Expand all Collapse all v0 v0.2.0 Apr 15, 2024 v0.1.0 Oct 27, 2023 Changes in this version + func AutoOrientation(o Orientation, src *fp16.NRGBAh) *fp16.NRGBAh + func Encode(w io.Writer, t *TIFF) error + type Exif struct + ApertureValue *Rational + BrightnessValue *SRational + DateTimeDigitized *string + DateTimeOriginal *string + ExposureBiasValue *SRational + ExposureProgram ExposureProgram + ExposureTime *Rational + FNumber *Rational + ISOSpeedRatings []uint16 + ShutterSpeedValue *SRational + SpectralSensitivity *string + type ExposureProgram int + const ExposureProgramAction + const ExposureProgramAperturePriority + const ExposureProgramCreative + const ExposureProgramLandscape + const ExposureProgramManual + const ExposureProgramNormal + const ExposureProgramPortrait + const ExposureProgramShutterPriority + const ExposureProgramUnknown + func (p ExposureProgram) String() string + type GPS struct + Altitude *Rational + AltitudeRef *byte + AreaInformation []byte + DOP Rational + DateStamp *string + DestBearing *Rational + DestBearingRef *string + DestDistance *Rational + DestDistanceRef *string + DestLatitude [3]Rational + DestLatitudeRef *string + DestLongitude [3]Rational + DestLongitudeRef *string + Differential *uint16 + HPositioningError *Rational + ImgDirection *Rational + ImgDirectionRef *string + Latitude [3]Rational + LatitudeRef *string + Longitude [3]Rational + LongitudeRef *string + MapDatum *string + MeasureMode *string + ProcessingMethod []byte + Satellites *string + Speed *Rational + SpeedRef *string + Status *string + TimeStamp [3]Rational + Track *Rational + TrackRef *string + VersionID [4]byte + type Orientation int + const OrientationBottomLeft + const OrientationBottomRight + const OrientationLeftBottom + const OrientationLeftTop + const OrientationRightBottom + const OrientationRightTop + const OrientationTopLeft + const OrientationTopRight + const OrientationUnknown + func (o Orientation) String() string + type Rational struct + Denominator uint32 + Numerator uint32 + type ResolutionUnit int + const ResolutionUnitCentimeter + const ResolutionUnitInch + const ResolutionUnitUnknown + func (u ResolutionUnit) String() string + type SRational struct + Denominator int32 + Numerator int32 + type TIFF struct + Artist *string + Copyright *string + DateTime *string + Exif *Exif + ImageDescription *string + Make *string + Model *string + Orientation Orientation + ResolutionUnit ResolutionUnit + Software *string + XResolution *Rational + YResolution *Rational + func Decode(r io.Reader) (*TIFF, error)