Hello all,
I have a 2-dimensional boolean array created, and I want to export it to a jpeg such that if a point is true, it sets the associated pixel as black, and if it's false, it leaves it white.
All I need is the script to draw pixels to the image map. Thanks for your help in advance.
I have a 2-dimensional boolean array created, and I want to export it to a jpeg such that if a point is true, it sets the associated pixel as black, and if it's false, it leaves it white.
All I need is the script to draw pixels to the image map. Thanks for your help in advance.