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.core/Xvthumb/index.html

Module XvthumbSource

XV thumbnail loader. XV thumbnails are thumbnail files created by an application "xv" and they are stored in .xvpics directory. This module provides loading of these thumbnail files.

Sourceval load : string -> string * Index8.t

Returns image info and its thumbnail

Sourceval save : string -> string -> Index8.t -> unit

Save xv thumbnail. The Index8.t value must be 80x80 at most.

Sourceval create : Images.t -> Index8.t