Im not sure where to start. I can create a 2d lattice an keep it in an array with 2 indices
but I want to be able to form an array of int[][] form and make it into a
saved image of some common format (jpeg,gif).
Printable View
Im not sure where to start. I can create a 2d lattice an keep it in an array with 2 indices
but I want to be able to form an array of int[][] form and make it into a
saved image of some common format (jpeg,gif).
Create a BufferedImage, draw on that image and use ImageIO to write it to an image file