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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Handling large 1bit Tif-files with the 64bit vers.

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
harry113 Posted - Dec 17 2012 : 10:30:33
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.


1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Dec 22 2012 : 08:23:21
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