[Mapserver-users] saveImage --> save in 4.0

Sean Gillies sgillies at frii.com
Tue Aug 12 16:00:55 EDT 2003


If output formats are properly defined in your map file (see the
map file reference), you change formats using setImageType().

$map->setImageType('JPEG') 				# JPEG is a built-in
$map->setImageType('JPEG_TRANSPARENT')  # Using a named outputformat
										# in your map file

outputformat is documented at

http://mapserver.gis.umn.edu/doc40/mapfile-reference.html#outputformat

cheers,
Sean

On Tuesday, August 12, 2003, at 01:25  PM, Simpson, Andrew wrote:

> Hello,
>  
> I've been upgrading perl mapscripts to 4.0 and found the wiki 
> MigrationGuide to be a little confusing.
>  
> After stumbling around in the code I found saveImage() is now save() 
> and one can use $map->setImageType('xxx') to change the image type.
>  
> How does one change the transparent and interlace options?  I see a 
> lot of code dealing with outputFormat, but couldn't get any of the 
> functions to work.
>  
> Thanks,
> Drew.
>
--
Sean Gillies
sgillies at frii dot com
http://www.frii.com/~sgillies





More information about the mapserver-users mailing list