summaryrefslogtreecommitdiff
path: root/graphics/camlimages/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-02-03After redefining and undefining uint16 and uint32, redefine them tojoerg1-0/+14
the POSIX types.
2005-02-05Remove out-dated patches for last round of ocaml updatesadrianp2-34/+0
2004-07-10Make build with new freetype2 header structure.wiz1-0/+14
2003-08-31Initial import of camlimages.jtb1-0/+20
CamlImages is an image processing library, which provides * Basic functions for image processing and loading/saving various image file formats (hence providing a translation facility from format to format), * An interface with the Caml graphics library allows to display images in the Graphics module screen and to mix them with Caml drawings, * A freetype interface, integrated into the library: you can draw texts into images using any truetype fonts. 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).