saveAPNG - multiple declarations

Function saveAPNG

Save APNG to file using local FileSystem. Causes GC allocation

void saveAPNG (
  SuperAnimatedImage img,
  string filename
);

Function saveAPNG

Save APNG to stream. GC-free

Compound!(bool,string) saveAPNG (
  SuperAnimatedImage img,
  OutputStream output
);