Commit graph

6 commits

Author SHA1 Message Date
is
3fa7dc3806 DESTDIR support 2011-05-24 12:26:00 +00:00
wiz
31cca6a784 Fix build with png-1.5. 2011-02-19 10:54:37 +00:00
joerg
d78ac3bbb5 After redefining and undefining uint16 and uint32, redefine them to
the POSIX types.
2006-02-03 11:29:54 +00:00
adrianp
92c7a49ffa Remove out-dated patches for last round of ocaml updates 2005-02-05 00:12:11 +00:00
wiz
f81f914634 Make build with new freetype2 header structure. 2004-07-10 22:57:14 +00:00
jtb
1e1d8355a3 Initial import of camlimages.
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).
2003-08-31 01:24:36 +00:00