How can I make a white grid.
Posted: 2015-03-21T06:13:56-07:00
Hello Everyone,
Lets say I have my image.
*****
***** All pixels are together. 5x3 grid
*****
What I would like to do I know crop can cut to 1x1 pixels however I'm trying to figure out on how to recombine to give me
* * * * *
* * * * * Split 10x6 grid
* * * * *
Spaces besides each pixel and under them. Reason for this use is that inkscape new pixel draw function gives better results in the data information is broken down first then with inkscape I can just re-glue them together?
Right now I'm using a for loop under windows to break them into horizontal lines and then add a blank line then do the same again for the vertical one. The problem with this as you might notice if it's 1024 x 768 we're close to 2000 temp files wishing for a better solution.
Thanks again.
Lets say I have my image.
*****
***** All pixels are together. 5x3 grid
*****
What I would like to do I know crop can cut to 1x1 pixels however I'm trying to figure out on how to recombine to give me
* * * * *
* * * * * Split 10x6 grid
* * * * *
Spaces besides each pixel and under them. Reason for this use is that inkscape new pixel draw function gives better results in the data information is broken down first then with inkscape I can just re-glue them together?
Right now I'm using a for loop under windows to break them into horizontal lines and then add a blank line then do the same again for the vertical one. The problem with this as you might notice if it's 1024 x 768 we're close to 2000 temp files wishing for a better solution.
Thanks again.