blob: 5345f5d542add67510eddd9c4bee7cd127be567e [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/*
Dirk Lemstra7903f952018-10-04 21:55:17 +020020 Include declarations.
21*/
22#include "coders/aai.h"
23#include "coders/art.h"
24#include "coders/avs.h"
25#include "coders/bgr.h"
26#include "coders/bmp.h"
27#include "coders/braille.h"
28#include "coders/cals.h"
29#include "coders/caption.h"
30#include "coders/cin.h"
31#include "coders/cip.h"
32#if defined(MAGICKCORE_WINGDI32_DELEGATE)
33 #include "coders/clipboard.h"
34#endif
35#include "coders/clip.h"
36#include "coders/cmyk.h"
37#include "coders/cut.h"
38#include "coders/dcm.h"
39#include "coders/dds.h"
40#include "coders/debug.h"
41#include "coders/dib.h"
42#if defined(MAGICKCORE_DJVU_DELEGATE)
43 #include "coders/djvu.h"
44#endif
45#include "coders/dng.h"
Dirk Lemstra818e9352018-10-05 21:42:43 +020046#if defined(MAGICKCORE_GVC_DELEGATE)
Dirk Lemstra7903f952018-10-04 21:55:17 +020047#include "coders/dot.h"
Dirk Lemstra818e9352018-10-05 21:42:43 +020048#endif
Dirk Lemstra7903f952018-10-04 21:55:17 +020049#if defined(MAGICKCORE_DPS_DELEGATE)
50 #include "coders/dps.h"
51#endif
52#include "coders/dpx.h"
53#if defined(MAGICKCORE_WINGDI32_DELEGATE)
54 #include "coders/emf.h"
55#endif
56#if defined(MAGICKCORE_TIFF_DELEGATE)
57 #include "coders/ept.h"
58#endif
59#if defined(MAGICKCORE_OPENEXR_DELEGATE)
60 #include "coders/exr.h"
61#endif
62#include "coders/fax.h"
63#include "coders/fits.h"
64#if defined(MAGICKCORE_FLIF_DELEGATE)
65 #include "coders/flif.h"
66#endif
67#include "coders/fpx.h"
68#include "coders/gif.h"
69#include "coders/gradient.h"
70#include "coders/gray.h"
71#include "coders/hald.h"
72#include "coders/hdr.h"
73#if defined(MAGICKCORE_HEIC_DELEGATE)
74 #include "coders/heic.h"
75#endif
76#include "coders/histogram.h"
77#include "coders/hrz.h"
78#include "coders/html.h"
79#include "coders/icon.h"
80#include "coders/info.h"
81#include "coders/inline.h"
82#include "coders/ipl.h"
83#if defined(MAGICKCORE_JBIG_DELEGATE)
84 #include "coders/jbig.h"
85#endif
86#include "coders/jnx.h"
87#if defined(MAGICKCORE_JP2_DELEGATE) || defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
88 #include "coders/jp2.h"
89#endif
90#if defined(MAGICKCORE_JPEG_DELEGATE)
91 #include "coders/jpeg.h"
92#endif
93#include "coders/json.h"
94#include "coders/label.h"
95#include "coders/mac.h"
96#include "coders/magick.h"
97#include "coders/map.h"
98#include "coders/mask.h"
99#include "coders/mat.h"
100#include "coders/matte.h"
101#include "coders/meta.h"
102#include "coders/miff.h"
103#include "coders/mono.h"
104#include "coders/mpc.h"
105#include "coders/mpeg.h"
106#include "coders/mpr.h"
107#include "coders/msl.h"
108#include "coders/mtv.h"
109#include "coders/mvg.h"
110#include "coders/null.h"
111#include "coders/otb.h"
112#include "coders/palm.h"
113#include "coders/pango.h"
114#include "coders/pattern.h"
115#include "coders/pcd.h"
116#include "coders/pcl.h"
117#include "coders/pcx.h"
118#include "coders/pdb.h"
119#include "coders/pdf.h"
120#include "coders/pes.h"
121#include "coders/pgx.h"
122#include "coders/pict.h"
123#include "coders/pix.h"
124#include "coders/plasma.h"
125#if defined(MAGICKCORE_PNG_DELEGATE)
126 #include "coders/png.h"
127#endif
128#include "coders/pnm.h"
129#include "coders/ps2.h"
130#include "coders/ps3.h"
131#include "coders/ps.h"
132#include "coders/psd.h"
133#include "coders/pwp.h"
134#include "coders/raw.h"
135#include "coders/rgb.h"
136#include "coders/rgf.h"
137#include "coders/rla.h"
138#include "coders/rle.h"
139#include "coders/scr.h"
140#include "coders/screenshot.h"
141#include "coders/sct.h"
142#include "coders/sfw.h"
143#include "coders/sgi.h"
144#include "coders/sixel.h"
145#include "coders/stegano.h"
146#include "coders/sun.h"
147#include "coders/svg.h"
148#include "coders/tga.h"
149#include "coders/thumbnail.h"
150#if defined(MAGICKCORE_TIFF_DELEGATE)
151 #include "coders/tiff.h"
152#endif
153#include "coders/tile.h"
154#include "coders/tim.h"
155#if defined(MAGICKCORE_FREETYPE_DELEGATE)
156 #include "coders/ttf.h"
157#endif
158#include "coders/txt.h"
159#include "coders/uil.h"
160#include "coders/url.h"
161#include "coders/uyvy.h"
162#include "coders/vicar.h"
163#include "coders/vid.h"
164#include "coders/viff.h"
165#include "coders/vips.h"
166#include "coders/wbmp.h"
167#if defined(MAGICKCORE_WEBP_DELEGATE)
168 #include "coders/webp.h"
169#endif
170#if defined(MAGICKCORE_WMF_DELEGATE) || defined(MAGICKCORE_WMFLITE_DELEGATE)
171 #include "coders/wmf.h"
172#endif
173#include "coders/wpg.h"
174#include "coders/xbm.h"
175#if defined(MAGICKCORE_X11_DELEGATE)
176 #include "coders/x.h"
177#endif
178#include "coders/xc.h"
179#include "coders/xcf.h"
180#include "coders/xpm.h"
181#include "coders/xps.h"
182#include "coders/xtrn.h"
183#if defined(MAGICKCORE_X11_DELEGATE)
184 #include "coders/xwd.h"
185#endif
186#include "coders/ycbcr.h"
187#include "coders/yuv.h"