Skip to content

Instantly share code, notes, and snippets.

View m0wh's full-sized avatar
🤙

Malo Widerspach m0wh

🤙
View GitHub Profile
@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;