package camlimages

  1. Overview
  2. Docs
Image processing library

Install

Dune Dependency

Authors

Maintainers

Sources

camlimages-5.0.3.tar.bz2
sha256=b8203da78a9733488e40fafccfafb874c9ebafd8a5f1fa1d9a46ae2ac241e97a
md5=7dd5aa1944d01d2e908d4caa1e1bba78

doc/camlimages.core/Ps/index.html

Module PsSource

Sourcetype bounding_box = (int * int * int * int) option

The bounding box of a postscript image.

Sourceval load : string -> Images.load_option list -> Images.t

Loads a postscript image.

Sourceval save : string -> Images.save_option list -> Images.t -> unit

Save a full-color image in the Encapuslated PS format file. Raises Invalid_argument if the image is not a full-color image.

Sourceval load_ps : string -> bounding_box -> Images.load_option list -> Images.t

Loads a postscript image within a bounding box.

Sourceval get_bounding_box : string -> bounding_box

Return the bounding box option of the postscript image inside the file argument.

OCaml

Innovation. Community. Security.