[
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: | Re: [Caml-list] Magick wrap |
> > I would like to write a simple image manipulation program, > > I have first made some experiments with php and image-magick > > http://grincheux.codelutin.org/~monnier/php/conjure/ > > But PHP lacks with the gtkDrawingArea stability, due to a memory leak. > > You should consider trying camlimages, and perhaps contribute to its > development, if you need something that is not already available ... > > http://pauillac.inria.fr/camlimages/ With ImageMagick we can nearly go as far than with Gimp (except the fact that IM have no GUI). Check this to see all the image manipulations IM provides : http://www.imagemagick.org/www/perl.html Perhaps I am wrong, but Camlimages does not seem to provide so much possibilities, it seems to be closer to GD than to ImageMagick. And ImageMagick is closer to Gimp, than to GD :) As I am graphist and not informatician, i will perhaps not have the skills to make the implementation of the image manipulation program of my dreams but I will try though ;-) So that's why I prefer to get the more powerful library I can ... Cheers ------------------- 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