本文介绍了从流中获取缩略图.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以直接从流中调整位图的大小,而不必使用Image.FromStream将其加载到位图对象中.我正在处理甚至具有桌面背景尺寸的大图像,并且只能访问zip文件中的流.

Is there a possibility to resize bitmap directly from stream , not loading it in bitmap object using Image.FromStream . I''m working with large images with sizes even of desktop backgrounds and I only have access to a stream from zip file.

推荐答案


这篇关于从流中获取缩略图.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-17 08:25