JuicyPixels-3.2.7.2: 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

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.