summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/Imager/include/feat.h
blob: 25fac9e320df011f240fa599df556ef51da745eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include "imager.h"

static char *i_format_list[]={
#ifdef HAVE_LIBJPEG
  "jpeg",
#endif
#ifdef HAVE_LIBTIFF
  "tiff",
#endif
#ifdef HAVE_LIBPNG
  "png",
#endif
#ifdef HAVE_LIBGIF
  "gif",
#endif
#ifdef HAVE_LIBT1
  "t1",
#endif
#ifdef HAVE_LIBTT
  "tt",
#endif
#ifdef HAVE_WIN32
  "w32",
#endif
#ifdef HAVE_FT2
  "ft2",
#endif
  "raw",
  "pnm",
  "bmp",
  "tga",
  "ifs",
  NULL};