package camlimages

  1. Overview
  2. Docs
Image processing library

Install

Dune Dependency

Authors

Maintainers

Sources

camlimages-5.0.1.tar.bz2
sha256=fea0bbb53746a29fb546946d34d43ed0907db8326ff95004a11f7ea666f8d541
md5=c06eec6b0e12a993d4677203e733512a

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.