packages feed

hsexif 0.6.0.2 → 0.6.0.3

raw patch · 7 files changed

+2/−2 lines, 7 filesbinary-addedPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Graphics.HsExif: [prettyPrinter] :: ExifTag -> ExifValue -> Text
- Graphics.HsExif: [tagDesc] :: ExifTag -> Maybe String
- Graphics.HsExif: [tagKey] :: ExifTag -> Word16
- Graphics.HsExif: [tagLocation] :: ExifTag -> TagLocation
- Graphics.HsExif: instance GHC.Classes.Eq Graphics.HsExif.ImageOrientation
- Graphics.HsExif: instance GHC.Classes.Eq Graphics.HsExif.RotationDirection
- Graphics.HsExif: instance GHC.Show.Show Graphics.HsExif.IfEntry
- Graphics.HsExif: instance GHC.Show.Show Graphics.HsExif.ImageOrientation
- Graphics.HsExif: instance GHC.Show.Show Graphics.HsExif.RotationDirection
+ Graphics.HsExif: instance Eq ImageOrientation
+ Graphics.HsExif: instance Eq RotationDirection
+ Graphics.HsExif: instance Show IfEntry
+ Graphics.HsExif: instance Show ImageOrientation
+ Graphics.HsExif: instance Show RotationDirection
+ Graphics.HsExif: prettyPrinter :: ExifTag -> ExifValue -> Text
+ Graphics.HsExif: tagDesc :: ExifTag -> Maybe String
+ Graphics.HsExif: tagKey :: ExifTag -> Word16
+ Graphics.HsExif: tagLocation :: ExifTag -> TagLocation

Files

hsexif.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                hsexif-version:             0.6.0.2+version:             0.6.0.3 synopsis:            EXIF handling library in pure Haskell description:         The hsexif library provides functions for working with EXIF data                      contained in JPEG files. Currently it only supports reading the data.@@ -14,7 +14,7 @@ -- copyright: category:            Graphics build-type:          Simple--- extra-source-files:+extra-source-files:  tests/*.jpg tests/*.png cabal-version:       >=1.10  library
+ tests/gps.jpg view

binary file changed (absent → 3568 bytes)

+ tests/gps2.jpg view

binary file changed (absent → 4944 bytes)

+ tests/noexif.jpg view

binary file changed (absent → 520 bytes)

+ tests/partial_exif.jpg view

binary file changed (absent → 1273 bytes)

+ tests/test.jpg view

binary file changed (absent → 38068 bytes)

+ tests/test.png view

binary file changed (absent → 109 bytes)