Browse thread
[Caml-list] Image manipulation in Ocaml?
- chris.danx
[
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: | 2003-11-21 (22:22) |
From: | chris.danx <chris.danx@n...> |
Subject: | [Caml-list] Image manipulation in Ocaml? |
Hi, What's the best way in terms of good performace to do image manipulations in Ocaml? I was thinking of doing it in C (or Ada) and binding to it, but don't really want to unless I have to (bit of an Ocaml newbie). I want to composition, filters, cropping, transformations, etc efficiently. Lists are out, the problem requires random access to elements. So what's the best bet? Cheers, Chris ------------------- 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