package camlimages

  1. Overview
  2. Docs
Image processing library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

camlimages-5.0.5.tar.gz
md5=84929b30257aa8e493dc84303768f400
sha512=b3774d2287e4a97082f0289766f5a79d3e75454a194d2d6400cee9cf926f7676d8eba4cb27221a98314461b7a81b4386b253f1d706a94447423394be89d2ed49

doc/camlimages.exif/Exif/Numbers/index.html

Module Exif.NumbersSource

Sourcetype rational = int64 * int64

unsigned 32bits int rational

Sourcetype srational = int32 * int32

signed 32bits int rational

Sourceval float_of_rational : (int64 * int64) -> float
Sourceval float_of_srational : (int32 * int32) -> float
Sourceval string_of_rational : int64 -> int64 -> string
Sourceval string_of_srational : int32 -> int32 -> string