From: Pierre Weis <weis@latour.inria.fr>
To: caml-announce@inria.fr
Subject: [Caml-list] New release 2.2 of camlimages
Date: Sat, 2 Oct 2004 18:02:25 +0200 (MEST) [thread overview]
Message-ID: <200410021602.i92G2P0k006394@latour.inria.fr> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2352 bytes --]
I'm glad to announce the availability of the 2.2 version of the
CamlImages library, by Jun Furuse, François Pessaux, and Pierre Weis.
CamlImages is an image processing library, which provides to the
objective Caml programmer a lot of image processing functionality.
The version 2.2 is a stable development release:
- complete code review and rewriting of files (including auxilliaries such as
Makefiles and configuration files).
- better integration with the rest of the Objective Caml system by
renaming of the main module, originally named "Image", into the new
module name "Images". This solves a long standing problem of name
clashes with other module names provided by other libraries. However,
this is not backward compatible and you will have to modify your old
programs according to the new naming scheme: you must change
references to Image.x into references to Images.x (and similarly from
oImage.x to oImages.x). As usual, the Caml compiler will help a lot to
point out obsolete name occurrences.
- the whole set of compiled files are now installed in the library
installation directory (generally /usr/local/lib/ocaml/camlimages).
- a new export for the Ps module:
get_bounding_box : string -> bounding_box
returns he bounding box option of a postscript file image.
CamlImages provides to the objective Caml programmer:
** 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,
** a set of example programs, including gif animation, slide show,
and a postscript converter to print images.
Sources and documentation are available from:
http://pauillac.inria.fr/camlimages/eng.htm
ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/camlimages-2.2.0.tgz
Contributions and comments are welcome.
Pierre Weis
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next reply other threads:[~2004-10-02 16:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-02 16:02 Pierre Weis [this message]
2004-10-03 14:33 ` Daniel Bünzli
2004-10-02 16:08 Pierre Weis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200410021602.i92G2P0k006394@latour.inria.fr \
--to=weis@latour.inria.fr \
--cc=caml-announce@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox