imagemagick-0.0.4.2: bindings to imagemagick library

Safe HaskellNone
LanguageHaskell98

Graphics.ImageMagick.MagickWand.Types

Contents

Synopsis

Documentation

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