O
officegod
Unregistered / Unconfirmed
GUEST, unregistred user!
有如下代码:
Image1: TImage;
..............
Image1.Picture.LoadFromFile( OpenDialog1.FileName );
...............
当图片大于5000x5000时就会报错“system error.code: 8,Not enouth storage is avaliable to process this command”.经跟踪,就在loadfromfile那一行报的错,
请问是不是delphi不支持超大图片的加载,这种方法应该如何解决。
图片是256色的BMP,delphi7下调试。
Image1: TImage;
..............
Image1.Picture.LoadFromFile( OpenDialog1.FileName );
...............
当图片大于5000x5000时就会报错“system error.code: 8,Not enouth storage is avaliable to process this command”.经跟踪,就在loadfromfile那一行报的错,
请问是不是delphi不支持超大图片的加载,这种方法应该如何解决。
图片是256色的BMP,delphi7下调试。