Browse thread
[ANN] OCaml_ImageMagick
- Florent Monnier
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florent Monnier <fmonnier@l...> |
| Subject: | [ANN] OCaml_ImageMagick |
Hello, I am pleased to announce the availability of OCaml_ImageMagick, which is an interface to the library of ImageMagick. + ImageMagick is available at: http://www.imagemagick.org/ + The interface for OCaml: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick + You can have an overview of the IM available functions here: http://www.linux-nantes.org/~fmonnier/OCaml/IM-doc/ + License: ImageMagick's license is compatible with the GPL, and the binding is released under the GPL. + Tutorials: If you are not used to ImageMagick, here are some tutorials written by Anthony Thyssen (also used as a command line validation suite): http://www.cit.gu.edu.au/~anthony/graphics/imagick6/ + Contribute: As I am an OCaml and C beginner you can contribute writing to me what is good and what is not in the code. + State: Alpha. So I'm waiting for feedback to claim it beta :-) -- Best Regards Florent Monnier