Group Abstract Group Abstract

Message Boards Message Boards

Export of Geographics anti-aliasing problem

I have the following code:

img= [IMAGE];
out=GeoGraphics[{GeoStyling[{"GeoImage",img}],poly},ImageSize->1000,GeoRange->"World",GeoProjection->"Equirectangular"]
Export["out.png",out]

'out' looks good and only has some slight problems with anti-aliasing around the lines in img. See also the notebook. The image in mathematica looks like:

enter image description here

But the exported file looks much worse:

enter image description here

The 'overlay' is created in mathematica, rastering a ContourPlot as "Image" with Background->None. The overlay image (img) does not show this anti-aliasing artifacts. The preview in mathematica shows a bit of anti-aliasing problems, but the export a lot.

How can I remedy the (lack of) anti-aliasing? Any ideas?

Attached is the notebook.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard
Be respectful. Review our Community Guidelines to understand your role and responsibilities. Community Terms of Use