Hi, I have a program that generates frames of animation and saves them to individual files on a disk, but what I would like to do is avoid writing the images to disk and simply pipe them in. Can I expect this to just work if I write multiple png files to the same stream? Or will I need to adjust my program's output format?