loadPNG

Load PNG from stream using specified image factory. GC-free

  1. SuperImage loadPNG(string filename)
  2. SuperImage loadPNG(InputStream istrm)
  3. Compound!(SuperImage, string) loadPNG(InputStream istrm, SuperImageFactory imgFac)

Meta