打开巨大的Tiff图像 [英] Open huge Tiff Image

查看:127
本文介绍了打开巨大的Tiff图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

任何人都可以告诉我加载大小约为600MB的Tiff文件,在Windows应用程序中使用C#

Hello,
Can any body tell me load Tiff file having size around 600MB, using C# in windows application

推荐答案

我假设你已经查看了谷歌搜索


到目前为止你做了什么?

你的现有代码可以使用小TIFF但但是在大TIFF上失败了吗?

打开大TIFF时会出现什么样的错误?
I assume you''ve looked over the various methods and tips from a google search

What have you done so far?
Does your existing code work with small TIFF''s but fail on the big one?
What kind of errors are you getting when you open the large TIFF?


I尝试通过以下声明


位图picBitmap =新位图(@位置);



但是它给出了错误 ; Out of Memory"


我必须加载TIFF文件高达500MB


请帮助我!!!
I tried through following statement

Bitmap picBitmap = new Bitmap(@"Location");


but it gives error "Out Of Memory"

I have to load Tiff file upto 500MB

Please help me !!!

添加更多内存,我猜!!!
Add more memory, I guess!!!


这篇关于打开巨大的Tiff图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆