This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and Gif images.
[Index] [Quick Jump]
Enable the file loading via mmap (memory map)
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
For package maintainers and hackage trustees
Juicy.Pixels
============
This library provides saving & loading of different picture formats for the
Haskell language. The aim of the library is to be as lightweight as possible,
you ask it to load an image, and it'll dump you a big Vector full of juicy
pixels. Or squared pixels, or whatever, as long as they're unboxed.
Documentation
-------------
The library documentation can be accessed on Hackage
Wrappers
--------
For the user of: