TGA export problems
in
Programming Questions
•
8 months ago
Hi!
I'm trying to export TGA files by simply having this at the end of the draw() loop:
- saveFrame("output/seq-#######.tga");
Unfortunately all of the exported files have glitches. Is this a know issue?
It is not possible for me to export tiff or jpg because it would require way to much disk space...
1