aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
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;
+
+