0

Is there any way of loading a part of PNG file without reading all of it to stay away from the memory limits?

Any solution like Agraham's JPEG Lib that can do same for PNG files?

effe
  • 1,335
  • 3
  • 17
  • 26

1 Answers1

0

Currently there is no equivalent library for PNG files. I assume that you are familiar with LoadBitmapSample which can be used to load a scaled down image and avoid out of memory errors.

Erel
  • 1,802
  • 2
  • 15
  • 58