projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Leolo's guassian2 patch
[imager.git]
/
feat.h
diff --git
a/feat.h
b/feat.h
index a8d50b1fce077b4eb316974b9dc012cb7c0ac566..25fac9e320df011f240fa599df556ef51da745eb 100644
(file)
--- a/
feat.h
+++ b/
feat.h
@@
-1,4
+1,4
@@
-#include "image.h"
+#include "image
r
.h"
static char *i_format_list[]={
#ifdef HAVE_LIBJPEG
@@
-18,8
+18,17
@@
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",
+ "ifs",
NULL};