Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ocaml-camlimages - OCaml image processing library
CamlImages is an image processing library for Objective CAML, which provides:
basic functions for image processing and loading/saving, various image file
formats (hence providing a translation facility from format to format),
and an interface with the Caml graphics library allows to display images
in the Graphics module screen and to mix them with Caml drawings
In addition, the library can handle huge images that cannot be (or can hardly
be) stored into the main memory (the library then automatically creates swap
files and escapes them to reduce the memory usage).
Packages
Name |
Version |
Release |
Type |
Size |
Built |
ocaml-camlimages |
2.2.0 |
7.fc6 |
src |
1.41 MiB |
Sat May 5 19:52:46 2007 |
Changelog
- * Fri May 4 18:00:00 2007 Nigel Jones <dev{%}nigelj{*}com> 2.2.0-7
- Change to Makefile patch to move .so files to stublibs
- Rename to ocaml-camlimages
- Other changes per review
- * Thu May 3 18:00:00 2007 Nigel Jones <dev{%}nigelj{*}com> 2.2.0-6
- Include .*a files just to make sure
- * Thu May 3 18:00:00 2007 Nigel Jones <dev{%}nigelj{*}com> 2.2.0-5
- Revert -4 changes
- Remove excludedirs patch, replace with a sed
- Provide html documentation generated from running ocaml-ocamldoc