Using Mapnik 2.3 transparent images look wrong
Closed this issue · 3 comments
manelclos commented
The default for Mapnik 2.3 is to return png8 when calling im.tostring('png'). Needs a way to define format returned (png8, png24 or png32)
springmeyer commented
Yes, you should start returning im.tostring('png32')
by default. Easy change, right?
manelclos commented
@springmeyer will this work with previous mapnik versions?
manelclos commented
@springmeyer I've just filtered on mapnik_version(), so no problem :)