| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Graphics.Transform.Magick.Types
Documentation
Constructors
| HImage | |
Fields | |
data ImageNotLoaded Source
Constructors
| ImageNotLoaded | |
Fields | |
data Modulation Source
Constructors
| Modulation | |
Fields
| |
Constructors
| AllPixels | |
| GrayscalePixels |
type PixelPacketByte = PixelPacket Word8 Source
data ChannelType Source
Constructors
| UndefinedChannel | |
| RedChannel | |
| CyanChannel | |
| GreenChannel | |
| MagentaChannel | |
| BlueChannel | |
| YellowChannel | |
| OpacityChannel | |
| BlackChannel | |
| MatteChannel |
Instances
getImage :: HImage -> ForeignPtr HImage_ Source
data FilterTypes Source
Constructors
Instances
data CompositeOp Source
Constructors
Instances
Constructors
| IncreaseContrast | |
| DecreaseContrast |
data SegmentInfo Source
data StorageType Source
Constructors
| CharPixel | |
| ShortPixel | |
| IntegerPixel | |
| LongPixel | |
| FloatPixel | |
| DoublePixel |
Instances
class Storable b => StorablePixel a b | a -> b where Source
Methods
storageType :: a -> StorageType Source
marshalPixel :: a -> b Source
unmarshalPixel :: b -> a Source
data QuantumType2 Source
Constructors
Instances
data ExceptionInfo Source
Constructors
| ExceptionInfo | |
Fields
| |
Instances
type ExportPixelAreaOptions = Word32 Source
type ExportPixelAreaInfo = Word32 Source
type ImportPixelAreaOptions = Word32 Source
type ImportPixelAreaInfo = Word32 Source
type CompressionType = Word32 Source
type InterlaceType = Word32 Source
type EndianType = Word32 Source
type ResolutionType = Word32 Source
type ColorspaceType = Word32 Source
type StreamHandler = Word32 Source
type PreviewType = Word32 Source
type ChromaticityInfo = Word32 Source
type OrientationType = Word32 Source
type RenderingIntent = Word32 Source
type GravityType = Word32 Source
type DisposeType = Word32 Source
type CacheInfoPtr = Word32 Source
type ImageAttributePtr = Word32 Source
type Ascii85InfoPtr = Word32 Source
type BlobInfoPtr = Word32 Source
type SemaphoreInfoPtr = Word32 Source
type ExceptionType = CUInt Source
data HImageInfo Source
Constructors
Instances
Constructors