imagemagick-0.0.4.1: bindings to imagemagick library

Safe HaskellNone
LanguageHaskell98

Graphics.ImageMagick.MagickWand.Types

Contents

Synopsis

Documentation

type PPixelPacket = ForeignPtr PixelPacket Source

support for ImageMagick Exceptions

class Storable a => Pixel a where Source

Minimal complete definition

pixelStorageType

Methods

pixelStorageType :: [a] -> StorageType Source

withPixels :: [a] -> (Ptr a -> IO b) -> IO b Source

Instances

Pixel Double Source 
Pixel Float Source 
Pixel Word8 Source 
Pixel Word16 Source 
Pixel Word32 Source 
Pixel Word64 Source