Tilesaver not working with V. 1.0 redux
in
Contributed Library Questions
•
2 years ago
Hi I'm trying to use either Marius Watz' Tilesaver or Toxi's Tiler (see older discussion
http://processing.org/discourse/yabb2/YaBB.pl?num=1248245155/0) but can get neither to work correctly.
The Tilesaver example in the library produces a large .tga image with no code errors but the image produced is the same image fragment repeated.
Toxi's Tiler program (from the discussion) produces this error
"PImage.save() requires an absolute path. Use createImage(), or pass savePath() to save()"
at line
buffer.save(fileName + "_" + buffer.width + "x" + buffer.height + "." + format);
I've tried a bunch of different things but can't seem to figure either one out. Any help would be great!
I would like to use it with the GLGraphics library which I imagine would work, but maybe I'm wrong.
Thanks!
The Tilesaver example in the library produces a large .tga image with no code errors but the image produced is the same image fragment repeated.
Toxi's Tiler program (from the discussion) produces this error
"PImage.save() requires an absolute path. Use createImage(), or pass savePath() to save()"
at line
buffer.save(fileName + "_" + buffer.width + "x" + buffer.height + "." + format);
I've tried a bunch of different things but can't seem to figure either one out. Any help would be great!
I would like to use it with the GLGraphics library which I imagine would work, but maybe I'm wrong.
Thanks!
1