loadJPEG

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

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

Meta