imagemagick-0.0.3.6: bindings to imagemagick library

Safe HaskellNone
LanguageHaskell98

Graphics.ImageMagick.MagickWand.Types

Contents

Synopsis

Documentation

support for ImageMagick Exceptions

class Storable a => Pixel a where

Minimal complete definition

pixelStorageType

Methods

pixelStorageType :: [a] -> StorageType

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