package camlimages

  1. Overview
  2. Docs
Image processing library

Install

Dune Dependency

Authors

Maintainers

Sources

camlimages-5.0.2.tar.bz2
sha256=8a36e7d5636358db533de71e55533fc8118444c607355b68357e0e619f3ab1d4
md5=956fc1942a4b4c5da473ddcd9c9d028b

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.