blob: 6ddb6afce62b116697cd7998f8e249b3aaaa7e01 [file] [log] [blame]
Dirk Lemstra7903f952018-10-04 21:55:17 +02001/*
2 Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
3 dedicated to making software imaging solutions freely available.
4
5 You may not use this file except in compliance with the License.
6 obtain a copy of the License at
7
8 https://imagemagick.org/script/license.php
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15*/
16
17#include "coders/coders-private.h"
18
19/*
20 Macro definitions.
21*/
22#define MagickStringify(macro_or_string) MagickStringifyArg(macro_or_string)
23#define MagickStringifyArg(contents) #contents
24
25/*
26 Include declarations.
27*/
28#include "coders/aai.h"
29#include "coders/art.h"
30#include "coders/avs.h"
31#include "coders/bgr.h"
32#include "coders/bmp.h"
33#include "coders/braille.h"
34#include "coders/cals.h"
35#include "coders/caption.h"
36#include "coders/cin.h"
37#include "coders/cip.h"
38#if defined(MAGICKCORE_WINGDI32_DELEGATE)
39 #include "coders/clipboard.h"
40#endif
41#include "coders/clip.h"
42#include "coders/cmyk.h"
43#include "coders/cut.h"
44#include "coders/dcm.h"
45#include "coders/dds.h"
46#include "coders/debug.h"
47#include "coders/dib.h"
48#if defined(MAGICKCORE_DJVU_DELEGATE)
49 #include "coders/djvu.h"
50#endif
51#include "coders/dng.h"
52#include "coders/dot.h"
53#if defined(MAGICKCORE_DPS_DELEGATE)
54 #include "coders/dps.h"
55#endif
56#include "coders/dpx.h"
57#if defined(MAGICKCORE_WINGDI32_DELEGATE)
58 #include "coders/emf.h"
59#endif
60#if defined(MAGICKCORE_TIFF_DELEGATE)
61 #include "coders/ept.h"
62#endif
63#if defined(MAGICKCORE_OPENEXR_DELEGATE)
64 #include "coders/exr.h"
65#endif
66#include "coders/fax.h"
67#include "coders/fits.h"
68#if defined(MAGICKCORE_FLIF_DELEGATE)
69 #include "coders/flif.h"
70#endif
71#include "coders/fpx.h"
72#include "coders/gif.h"
73#include "coders/gradient.h"
74#include "coders/gray.h"
75#include "coders/hald.h"
76#include "coders/hdr.h"
77#if defined(MAGICKCORE_HEIC_DELEGATE)
78 #include "coders/heic.h"
79#endif
80#include "coders/histogram.h"
81#include "coders/hrz.h"
82#include "coders/html.h"
83#include "coders/icon.h"
84#include "coders/info.h"
85#include "coders/inline.h"
86#include "coders/ipl.h"
87#if defined(MAGICKCORE_JBIG_DELEGATE)
88 #include "coders/jbig.h"
89#endif
90#include "coders/jnx.h"
91#if defined(MAGICKCORE_JP2_DELEGATE) || defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
92 #include "coders/jp2.h"
93#endif
94#if defined(MAGICKCORE_JPEG_DELEGATE)
95 #include "coders/jpeg.h"
96#endif
97#include "coders/json.h"
98#include "coders/label.h"
99#include "coders/mac.h"
100#include "coders/magick.h"
101#include "coders/map.h"
102#include "coders/mask.h"
103#include "coders/mat.h"
104#include "coders/matte.h"
105#include "coders/meta.h"
106#include "coders/miff.h"
107#include "coders/mono.h"
108#include "coders/mpc.h"
109#include "coders/mpeg.h"
110#include "coders/mpr.h"
111#include "coders/msl.h"
112#include "coders/mtv.h"
113#include "coders/mvg.h"
114#include "coders/null.h"
115#include "coders/otb.h"
116#include "coders/palm.h"
117#include "coders/pango.h"
118#include "coders/pattern.h"
119#include "coders/pcd.h"
120#include "coders/pcl.h"
121#include "coders/pcx.h"
122#include "coders/pdb.h"
123#include "coders/pdf.h"
124#include "coders/pes.h"
125#include "coders/pgx.h"
126#include "coders/pict.h"
127#include "coders/pix.h"
128#include "coders/plasma.h"
129#if defined(MAGICKCORE_PNG_DELEGATE)
130 #include "coders/png.h"
131#endif
132#include "coders/pnm.h"
133#include "coders/ps2.h"
134#include "coders/ps3.h"
135#include "coders/ps.h"
136#include "coders/psd.h"
137#include "coders/pwp.h"
138#include "coders/raw.h"
139#include "coders/rgb.h"
140#include "coders/rgf.h"
141#include "coders/rla.h"
142#include "coders/rle.h"
143#include "coders/scr.h"
144#include "coders/screenshot.h"
145#include "coders/sct.h"
146#include "coders/sfw.h"
147#include "coders/sgi.h"
148#include "coders/sixel.h"
149#include "coders/stegano.h"
150#include "coders/sun.h"
151#include "coders/svg.h"
152#include "coders/tga.h"
153#include "coders/thumbnail.h"
154#if defined(MAGICKCORE_TIFF_DELEGATE)
155 #include "coders/tiff.h"
156#endif
157#include "coders/tile.h"
158#include "coders/tim.h"
159#if defined(MAGICKCORE_FREETYPE_DELEGATE)
160 #include "coders/ttf.h"
161#endif
162#include "coders/txt.h"
163#include "coders/uil.h"
164#include "coders/url.h"
165#include "coders/uyvy.h"
166#include "coders/vicar.h"
167#include "coders/vid.h"
168#include "coders/viff.h"
169#include "coders/vips.h"
170#include "coders/wbmp.h"
171#if defined(MAGICKCORE_WEBP_DELEGATE)
172 #include "coders/webp.h"
173#endif
174#if defined(MAGICKCORE_WMF_DELEGATE) || defined(MAGICKCORE_WMFLITE_DELEGATE)
175 #include "coders/wmf.h"
176#endif
177#include "coders/wpg.h"
178#include "coders/xbm.h"
179#if defined(MAGICKCORE_X11_DELEGATE)
180 #include "coders/x.h"
181#endif
182#include "coders/xc.h"
183#include "coders/xcf.h"
184#include "coders/xpm.h"
185#include "coders/xps.h"
186#include "coders/xtrn.h"
187#if defined(MAGICKCORE_X11_DELEGATE)
188 #include "coders/xwd.h"
189#endif
190#include "coders/ycbcr.h"
191#include "coders/yuv.h"