JuicyPixels-util-0.2: Convert JuicyPixel images into RGBA format, flip, trim and so on

Safe HaskellNone
LanguageHaskell2010

Codec.Picture.RGBA8

Synopsis

Documentation

trimImage Source

Arguments

:: Image PixelRGBA8 
-> (Int, Int)

width, height

-> (Int, Int)

the left corner point

-> Image PixelRGBA8 

Note: Accessing out of the image causes a segfault.

patchImage :: Image PixelRGBA8 -> (Int, Int) -> Image PixelRGBA8 -> Image PixelRGBA8 Source

Note: Accessing out of the image causes a segfault.