summaryrefslogtreecommitdiff
path: root/dmagick/c/sheer.d
diff options
context:
space:
mode:
authorMike Wey2011-05-18 00:04:38 +0200
committerMike Wey2011-05-18 00:04:38 +0200
commit96f31224ca2b171d11b83c59dcda962afbca8b65 (patch)
tree752d4dea58214c77d02228799e29d474a5e13aa9 /dmagick/c/sheer.d
parent60f11f1fdd1e428f3e2203c2723cf7c7a282e561 (diff)
addNoise and affineTransform
Diffstat (limited to 'dmagick/c/sheer.d')
-rw-r--r--dmagick/c/sheer.d13
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*);
-}