aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2009-08-31 00:36:38 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2009-08-31 00:36:38 -0700
commitd75be522869a2430355dfe83a96624f39a8fb370 (patch)
tree03502d51fd04c8c810229ab15151da781f4cb7ab /src/meh.h
parent866ca6e02121344a1af5324579521eadda5ae243 (diff)
downloadmirror-meh-d75be522869a2430355dfe83a96624f39a8fb370.tar.gz
mirror-meh-d75be522869a2430355dfe83a96624f39a8fb370.tar.bz2
mirror-meh-d75be522869a2430355dfe83a96624f39a8fb370.zip
experimental support for imagemagick backend
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/meh.h b/src/meh.h
index 8465887..88f36e3 100644
--- a/src/meh.h
+++ b/src/meh.h
@@ -49,3 +49,12 @@ printf("%s: %li e2 us\n", (x), ((t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec -
#define TDEBUG_END(x)
#endif
+/* Supported Formats */
+extern struct imageformat libjpeg;
+extern struct imageformat giflib;
+extern struct imageformat libpng;
+extern struct imageformat bmp;
+extern struct imageformat netpbm;
+extern struct imageformat imagemagick;
+
+