JuicyPixels-3.3.1: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)

Safe HaskellNone
LanguageHaskell2010

Codec.Picture.Metadata.Exif

Description

This module provide a totally partial and incomplete maping of Exif values. Used for Tiff parsing and reused for Exif extraction.

Synopsis

Documentation

data ExifTag Source #

Tag values used for exif fields. Completly incomplete

Instances
Eq ExifTag Source # 
Instance details

Defined in Codec.Picture.Metadata.Exif

Methods

(==) :: ExifTag -> ExifTag -> Bool #

(/=) :: ExifTag -> ExifTag -> Bool #

Ord ExifTag Source # 
Instance details

Defined in Codec.Picture.Metadata.Exif

Show ExifTag Source # 
Instance details

Defined in Codec.Picture.Metadata.Exif

NFData ExifTag Source # 
Instance details

Defined in Codec.Picture.Metadata.Exif

Methods

rnf :: ExifTag -> () #

tagOfWord16 :: Word16 -> ExifTag Source #

Convert a value to it's corresponding Exif tag. Will often be written as TagUnknown

word16OfTag :: ExifTag -> Word16 Source #

Convert a tag to it's corresponding value.