]> git.imager.perl.org - imager.git/blobdiff - feat.h
minor documentation tweaks
[imager.git] / feat.h
diff --git a/feat.h b/feat.h
index a8d50b1fce077b4eb316974b9dc012cb7c0ac566..1a7289d35bf06fabad4b310c86221302c237cd78 100644 (file)
--- a/feat.h
+++ b/feat.h
@@ -1,4 +1,4 @@
-#include "image.h"
+#include "imager.h"
 
 static char *i_format_list[]={
 #ifdef HAVE_LIBJPEG
@@ -18,8 +18,18 @@ static char *i_format_list[]={
 #endif
 #ifdef HAVE_LIBTT
   "tt",
+#endif
+#ifdef HAVE_WIN32
+  "w32",
+#endif
+#ifdef HAVE_FT2
+  "ft2",
 #endif
   "raw",
   "pnm",
+  "bmp",
+  "tga",
+  "rgb",
+  "ifs",
   NULL};