[Haskell] Image manipulation
Don Stewart
dons at galois.com
Mon Oct 29 16:40:26 EDT 2007
listuser07:
> Hi! I have lots and lots of images (jpegs) that I would like to manipulate
> and shrink (in size). They are around 5 Mb big, so I thought this would be
> a good Haskell project since it's a lazy evaluating language. The problem
> is that I can't find any libraries for image manipulation. Anyone who
> knows something that would interest me and maybe give me some advices?
>
check on hackage.haskell.org. There's gtk and imlib, at least.
Using bytestrings also makes sense here.
-- Don
More information about the Haskell
mailing list