Skip to content

Instantly share code, notes, and snippets.

@hiorws
hiorws / PrintTemplate.pde
Created August 19, 2019 10:28
Processing High Resolution Output Generator Template
import processing.pdf.*;
/*
* Processing High Resolution Output Generator Template
* Taken from:
* http://sighack.com/post/exporting-high-resolution-images-in-processing
* Thanks to: @sighack
*/
int seed;
@mvanga
mvanga / highres.pde
Last active April 6, 2023 22:32
A skeleton Processing sketch that allows for exporting high-resolution versions of whatever is on screen.
import processing.pdf.*;
/*
* A complete tutorial can be found over at:
* http://sighack.com/post/exporting-high-resolution-images-in-processing
*/
int seed;
int CONFIG_SCALE_FACTOR = 5;