loadPNG

Loads a PNG file from memory loadPNG will automatically infer which bitdepth to load as (8 and 16 bit supported)

  1. void loadPNG(MemFile file, Image* oimg)
  2. Image loadPNG(MemFile file)

Meta