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
 Handling large 1bit Tif-files with the 64bit vers.
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

harry113

3 Posts

Posted - Dec 17 2012 :  10:30:33  Show Profile  Reply
I do not have much experience with the ImageEn Libary so far, but is it possible with the 64 bit version of ImageEn:

1) load one to 8 very large black/withe (1bit) tif files completely in memory (about 14000x90000 pixel = 158Mb Data)
2) Do some pixeloperations like TIFFile1.Pixels_ie1g[x,y]:= TIFFile2.Pixels_ie1g[x,y] or TIFFile3.Pixels_ie1g[x,y];
3) Save the modified tif files again.


fab

1310 Posts

Posted - Dec 22 2012 :  08:23:21  Show Profile  Reply
Hello,
158M x 8 images requires about 1.2GB. You should be able to load them even with 32 bit version of ImageEn. In case ImageEn can cache missing space with disk.
If you use TImageEnView you should disable use of TBitmap object, setting:
ImageEnView.LegacyBitmap := false
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: