You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in the code what I need to modify but a simpler approach would be handy. By "embedding" values such as polygon ids into the RGBA values one can paint data onto the raster map. With antialiasing the edges get erroneous values. This addition would be handy for GIS work / visualisation.
The text was updated successfully, but these errors were encountered:
logiterra
changed the title
Turn off anitialiasing?
Turn off antialiasing?
Dec 4, 2016
Hi @logiterra,
in existing implementations, drawpdf, drawimg. There's no way to remove antialiasing option. It could be implemented in drawimg but I'm not sure it works well with text.
Thanks for your reply. Turning off antialiasing does seem to fall outside the scope of the project.
We are painting 10's thousands of polygon indices onto a raster map used in the background as a lookup table. When a theme is changed we don't have to redraw the polygons we just scan the background raster map pixel by pixel to get the polygon index to lookup colour for a new raster map pixel by pixel. Much faster than redrawing and dithering can be can be done based on polygon attributes. We are currently using Java but are looking for a Go solution.
I can see in the code what I need to modify but a simpler approach would be handy. By "embedding" values such as polygon ids into the RGBA values one can paint data onto the raster map. With antialiasing the edges get erroneous values. This addition would be handy for GIS work / visualisation.
The text was updated successfully, but these errors were encountered: