Hi Dalton, dalton565 <[EMAIL PROTECTED]> wrote on 09/18/2008 10:00:01 AM:
> im looking to make a program that opens an svg document and allows me to > overlay a grid onto it and then interogate the image pixel by pixel. Well you can load the SVG document and then add a path element that goes back and forth a lot. I've done that before to overlay a grid. > the end objective is to convert a svg -> bitmap more intelligently than its > currently done. > > anyone know how best to do this, either using batik or something else ? Once you had the image with the grid over it you would still need to do something to set the colors of each cell and then turn that into a raster document. I don't know for certain but it seems to me like you could simply rasterize the SVG document at high resolution and use something like an icon edit program to create a 'low resolution' version. I think I've seen things like that before...
