diff options
| author | Mike Wey | 2011-05-18 00:04:38 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-05-18 00:04:38 +0200 |
| commit | 96f31224ca2b171d11b83c59dcda962afbca8b65 (patch) | |
| tree | 752d4dea58214c77d02228799e29d474a5e13aa9 /dmagick/c/sheer.d | |
| parent | 60f11f1fdd1e428f3e2203c2723cf7c7a282e561 (diff) | |
addNoise and affineTransform
Diffstat (limited to 'dmagick/c/sheer.d')
| -rw-r--r-- | dmagick/c/sheer.d | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dmagick/c/sheer.d b/dmagick/c/sheer.d deleted file mode 100644 index fd53fb1..0000000 --- a/dmagick/c/sheer.d +++ /dev/null @@ -1,13 +0,0 @@ -module dmagick.c.sheer; - -import dmagick.c.exception; -import dmagick.c.geometry; -import dmagick.c.image; - -extern(C) -{ - Image* AffineTransformImage(const(Image)*, const(AffineMatrix)*, ExceptionInfo*); - Image* DeskewImage(const(Image)*, const double, ExceptionInfo*); - Image* RotateImage(const(Image)*, const double, ExceptionInfo*); - Image* ShearImage(const(Image)*, const double, const double, ExceptionInfo*); -} |
