It's Wednesday, March 10th 5:18 am
This entry was posted by CM
2 years, 11 months ago

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Sun, March 25th, 2007
at 1:04 am

TileSaver Class For Processing

Rendering high-resolution images from inside Processing using a tiling technique

After releasing ImageStitcher a while back, Maruis Watz finally posted the TileSaver Class to his Code&Form blog.
“The code works by panning the camera over the original viewport area, subdividing the image into tiles. This way, OpenGL’s limitations on maximum resolution can be circumvented.As long as enough memory is allocated, the images created can be very big indeed. …”

This clever piece of code could serve as a handy and creative tool for print projects I’m currently working on and I’m curious to see how things ‘ll evolve thanks to this tool.

Within this context don’t miss Marius’ SimplePostScript library for Processing that enables writing vector files in PostScript format. Another good resource for other importing and exporting extensions provides the library overview at Processing.org.

Image: RandBox00406 by Marius Watz, 2007

Share your thoughts, leave a comment