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