summaryrefslogtreecommitdiff
path: root/dmagick/c/identify.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/identify.d')
-rw-r--r--dmagick/c/identify.d8
1 files changed, 8 insertions, 0 deletions
diff --git a/dmagick/c/identify.d b/dmagick/c/identify.d
new file mode 100644
index 0000000..a1b523c
--- /dev/null
+++ b/dmagick/c/identify.d
@@ -0,0 +1,8 @@
+module dmagick.c.identify;
+
+import core.stdc.stdio;
+
+import dmagick.c.image;
+import dmagick.c.magickType;
+
+extern(C) MagickBooleanType IdentifyImage(Image*, FILE*, const MagickBooleanType);