We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've saved TGA files from a sketch and stitched them together using the movie maker tool in Processing. It works. Except for the image being upside down!?
Answers
forget the question, I'll just use this library to export movies: http://funprogramming.org/VideoExport-for-Processing/
Glad you found a solution!
Separately: If you think this is a bug worth investigating / reporting, consider sharing a simple sketch that demonstrates the problem....
Jeremy: I simply used saveFrame("image-###.tga") to save the frames and then told the Movie Maker tool to create a movie out of it. The result was a movie. But it was upside down.
Got it.
did you try it with other formats like png and jpg?
(both are, i think, slower to export than tga, which might cause other issues, but it would be good to know if this was only a tga problem)
Works fine if it's PNGs
Tagging @hamoid
Kf