@@ -26,13 +26,6 @@ with GDAL support, and the PDF and SVG depend on building with cairo support.
26
26
EXTENSION "png"
27
27
FORMATOPTION "GAMMA=0.75"
28
28
END
29
- OUTPUTFORMAT
30
- NAME "gif"
31
- DRIVER GD/GIF
32
- MIMETYPE "image/gif"
33
- IMAGEMODE PC256
34
- EXTENSION "gif"
35
- END
36
29
OUTPUTFORMAT
37
30
NAME "png8"
38
31
DRIVER AGG/PNG8
@@ -108,11 +101,10 @@ DRIVER [name]
108
101
The name of the driver to use to generate this output format. Some driver
109
102
names include the definition of the format if the driver supports multiple
110
103
formats. For AGG, the possible driver names are "AGG/PNG" and "AGG/JPEG".
111
- For GD the possible driver names are "GD/Gif" and "GD/PNG".
112
104
For output through OGR the OGR driver name is appended, such as
113
105
"OGR/Mapinfo File". For output through GDAL the GDAL shortname for the
114
- format is appended, such as "GDAL/GTiff". Note that PNG, JPEG and GIF
115
- output can be generated with either GDAL or GD (GD is generally more
106
+ format is appended, such as "GDAL/GTiff". Note that PNG and JPEG
107
+ output can be generated with either GDAL or AGG (AGG is generally more
116
108
efficient). TEMPLATE should be used for template based output. (mandatory).
117
109
Other drivers: KML, KMZ and UTFGRID.
118
110
@@ -257,9 +249,17 @@ FORMATOPTION [option]
257
249
- GD/PNG: The "INTERLACE=[ON/OFF]" option may be used to turn
258
250
interlacing on or off.
259
251
252
+ .. Warning::
253
+
254
+ GD support was removed in Mapserver 7.0.
255
+
260
256
- GD/GIF: The "INTERLACE=[ON/OFF]" option may be used to turn
261
257
interlacing on or off.
262
258
259
+ .. Warning::
260
+
261
+ GD support was removed in Mapserver 7.0.
262
+
263
263
.. index::
264
264
triple: OUTPUTFORMAT; FORMATOPTION; TILED
265
265
@@ -329,7 +329,7 @@ FORMATOPTION [option]
329
329
IMAGEMODE [PC256|RGB|RGBA|INT16|FLOAT32|FEATURE]
330
330
Selects the imaging mode in which the output is generated. Does matter
331
331
for non-raster formats like Flash. Not all formats support all
332
- combinations. For instance GD supports only PC256. (optional)
332
+ combinations. (optional)
333
333
334
334
.. index::
335
335
triple: OUTPUTFORMAT; IMAGEMODE; PC256
@@ -338,6 +338,10 @@ IMAGEMODE [PC256|RGB|RGBA|INT16|FLOAT32|FEATURE]
338
338
the palette (legacy MapServer mode). Only supported for GD/GIF
339
339
and GD/PNG.
340
340
341
+ .. Warning::
342
+
343
+ GD support was removed in Mapserver 7.0.
344
+
341
345
.. index::
342
346
triple: OUTPUTFORMAT; IMAGEMODE; RGB
343
347
0 commit comments