ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 big tiff IELoadAsThumbnail
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

bjchang888

11 Posts

Posted - Mar 20 2014 :  19:06:27  Show Profile  Reply
var
AttachedIEBitmap: TIEBitmap;
begin
AttachedIEBitmap := TIEBitmap.Create;
AttachedIEBitmap.IELoadAsThumbnail(FileName,200,200,False);
ImageEnView1.IEBitmap.Assign(AttachedIEBitmap);
end;

1.7G TIF Success
2.13G TIF Error(Show Black image)

my name is shaojunchang.

w2m

USA
1990 Posts

Posted - Mar 21 2014 :  02:47:37  Show Profile  Reply
Does Windows Explorer allow previewing the large 13G Tiff file or is just a tiff file icon shown in explorer? Does the tiff file have more that 1 image? If there is no thumbnail of the tiff image itself and the tiff file only contains one frame, the file may be corrupt or imageen is having difficulty opening the large tiff file.

I suggest you post a link so that Nigel can download the 13G Tiff file.

Maybe Nigel can answer why the thumbnail is black.

Also with large TIFF files I suggest you compile the application as Win32 to provide ImageEn with additional memory and to add the 64-bit dill to the exe folder. You should also call AttachedBitmap.Free I believe.

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Custom ImageEn Development
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: