loadAPNG

Load animated PNG (APNG) from stream using specified image factory. GC-free

  1. SuperAnimatedImage loadAPNG(string filename)
  2. SuperAnimatedImage loadAPNG(InputStream istrm)
  3. Compound!(SuperAnimatedImage, string) loadAPNG(InputStream istrm, SuperImageFactory imgFac)

Meta