summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-08-31 01:28:18 +0000
committerjtb <jtb@pkgsrc.org>2003-08-31 01:28:18 +0000
commitb273f834794ae761c6d85a25c860246a72eeaaaa (patch)
tree8aee883e3f609b5e458bd35710d75bfe1cc25f22 /doc
parentceabcf25090af3a36a25d4239ffca0451fd92e12 (diff)
downloadpkgsrc-b273f834794ae761c6d85a25c860246a72eeaaaa.tar.gz
Note addition of camlimages-2.11.
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).
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 7e1aac1f083..a1fa5399106 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3165 2003/08/31 01:06:23 jtb Exp $
+$NetBSD: CHANGES,v 1.3166 2003/08/31 01:28:18 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3418,3 +3418,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated gmplayer to 0.91 [xtraeme 2003-08-31]
Updated mencoder to 0.91 [xtraeme 2003-08-31]
Updated erlang to 9.2 [jtb 2003-08-31]
+ Added camlimages-2.11 [jtb 2003-08-31]