package camlimages

  1. Overview
  2. Docs
Image processing library

Install

Dune Dependency

Authors

Maintainers

Sources

camlimages-5.0.4.tar.bz2
sha256=1c9a68bdc3d348c9f859d490dadf384926213e47a584159832f7fc4a20242865
md5=1ddba74d210b86a899b5d6565f45c2dc

doc/camlimages.exif/Exifanalyze/GPS/index.html

Module Exifanalyze.GPS

type latitude = [ `North | `South ] * Exif.Numbers.rational
type longitude = [ `East | `West ] * Exif.Numbers.rational
type altitude = [ `AboveSeaLevel | `BelowSeaLevel ] * Exif.Numbers.rational
type time_stamp_utc = {
  1. hour : Exif.Numbers.rational;
  2. min : Exif.Numbers.rational;
  3. sec : Exif.Numbers.rational;
}
type direction = [ `True | `Magnetic ] * Exif.Numbers.rational
type map_datum = string
type t = {
  1. version : (int * int * int * int) option;
  2. latitude : latitude option;
  3. longitude : longitude option;
  4. altitude : altitude option;
  5. time_stamp_utc : time_stamp_utc option;
  6. direction : direction option;
  7. map_datum : map_datum option;
}
OCaml

Innovation. Community. Security.