hsmagick-0.5: FFI bindings for the GraphicsMagick library

Graphics.Transform.Magick.Types

Documentation

data HImage Source

Instances

HasFilename HImage 

data Rectangle Source

Constructors

Rectangle 

Fields

width :: Word
 
height :: Word
 
x :: Int
 
y :: Int
 

data AffineMatrix Source

Constructors

AffineMatrix 

Fields

sx :: Double
 
rx :: Double
 
ry :: Double
 
sy :: Double
 
tx :: Double
 
ty :: Double
 

data PixelPacket a Source

Constructors

PixelPacket 

Fields

red :: a
 
green :: a
 
blue :: a
 
opacity :: a
 

data Level Source

Constructors

Level 

Fields

black :: Double
 
mid :: Double
 
white :: Double
 

data SegmentInfo Source

Constructors

SegmentInfo 

Fields

x1 :: Double
 
y1 :: Double
 
x2 :: Double
 
y2 :: Double
 

newtype PixMap Source

Constructors

PixMap [QuantumType] 

Instances

data QuantumType Source

Constructors

R 
G 
B 
A 
O 
T 
C 
Y 
M 
K 
I 
P 

Instances

data CharArray Source

Constructors

CharArray 

Instances

data HImage_ Source

Instances