
Horizontal and vertical cells sizes will still be locked to one another in this mode, but will be proportional. Image Aspect will set horizontal and vertical cell sizes to match the image aspect ratio. Square aspect will lock horizontal and vertical cell sizes so as to produce square cells. Grid Aspect: Specifies the grid aspect ratio. Line Color and Background Color: Specifies the line and background colors respectively. Solid Background: Forces the background to be a solid color. Intensity: Controls (in percent) the intensity of the line. Y Grids: Defines the number of vertical grid boxes. Grids: Defines the number of horizontal grid boxes. Once again, the result was not favorable so the first method outlined was chosen. One final method that could be considered (and was actually tried), was to use antialiasing to draw the grid and therefore sub-pixel cells would have different shading than the others. Additionally, the last cell can be easily cropped away whereas cells of uneven sizes cannot be handled well. Although this results in an uneven cell at the horizontal and vertical ends, it was decided that this was more favorable than cells of uneven-sizes throughout.
#GRID MAKER GENERATOR#
As a result, Grid Generator was developed so as to place as many equally-sized cells across the space until the end is reached, whereupon the remaining space is handled as the last cell. The problem with this method is that one will never get equally-sized cells due to integer division.


One method is to attempt to subdivide the space into x and y number of cells. There are several methods in which grids can be created within a limited horizontal and vertical resolution.
