This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |