Your side note about mapserver output - that was it
I had specified this
OUTPUTFORMAT
NAME 'PNG_1'
DRIVER "GD/PNG"
MIMETYPE "image/png"
IMAGEMODE PC256
EXTENSION "png"
END
Changed it to
IMAGEMODE RGB
And voila output is correct, so it no problem with the conversion at all but
with my mapserver output.
Thanks guys
Karsten
-mpg
-----Original Message-----
From: karsten vennemann [mailto:kar...@terragis.net]
Sent: Tuesday, July 21, 2009 10:23 AM
To: 'Roger André'; Michael P. Gerlek
Cc: 'Cascadia Users of Geospatial Open Source'
# OUTPUT FORMAT SPECIFICATION
OUTPUTFORMAT
NAME 'AGGA'
DRIVER 'AGG/PNG'
IMAGEMODE RGBA
EXTENSION "png"
END
Nice thing is that by using that renderer, you can get sub-pixel
aliasing for your vector linework.
--