JuicyPixels-2.0.2: Picture loading/serialization (in png, jpeg, bitmap and gif)

Safe HaskellNone

Codec.Picture.Saving

Synopsis

Documentation

imageToJpg :: Int -> DynamicImage -> ByteStringSource

This function will try to do anything to encode an image as JPEG, make all color conversion and such. Equivalent of decodeImage for jpeg encoding

imageToPng :: DynamicImage -> ByteStringSource

This function will try to do anything to encode an image as PNG, make all color conversion and such. Equivalent of decodeImage for PNG encoding

imageToBitmap :: DynamicImage -> ByteStringSource

This function will try to do anything to encode an image as bitmap, make all color conversion and such. Equivalent of decodeImage for Bitmap encoding