简体   繁体   English

在不读取全部PNG文件的情况下加载PNG文件的一部分,以远离内存限制

[英]Loading a part of PNG file without reading all of it to stay away from the memory limits

Is there any way of loading a part of PNG file without reading all of it to stay away from the memory limits? 有什么方法可以加载一部分PNG文件而不读取所有文件以免超出内存限制吗?

Any solution like Agraham's JPEG Lib that can do same for PNG files? 像Agraham的JPEG Lib这样的解决方案可以对PNG文件执行相同的处理吗?

Currently there is no equivalent library for PNG files. 当前没有等效的PNG文件库。 I assume that you are familiar with LoadBitmapSample which can be used to load a scaled down image and avoid out of memory errors. 我假设您熟悉LoadBitmapSample,可用于加载按比例缩小的图像并避免出现内存不足错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM