I have a basic program that draws a repeating pattern of sine waves and saves this as a tiff file.
I need to be able to output images that are large enough to print as backgrounds on sizes up to A1 but am struggling to be able to output anything this large.
Ive seen a few similar questions on the forum but am really struggling to apply it to my code.
Ive used processign to a very minimal level before and am really struggling to generate code in order to draw patterns made out of repeating static sine waves. Any help would be much appreciated.