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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
