No save() for PGraphicsPDF
in
Programming Questions
•
1 year ago
I try to save a bunc of images that are larger then my screen.
Normally i use
size(1500, 1500, PDF, "dump.pfd")
and then if i use a for loop to save pdf's then the size won't be cut off.
However i need to save png files now so if i use my setup trick then i get the error:
"No save() for PGraphicsPDF"
How can i save images larger then my screen?
Normally i use
size(1500, 1500, PDF, "dump.pfd")
and then if i use a for loop to save pdf's then the size won't be cut off.
However i need to save png files now so if i use my setup trick then i get the error:
"No save() for PGraphicsPDF"
How can i save images larger then my screen?
1