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
 TImageEnMView ILIST-*.tmp file size

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
pchoiniere Posted - Aug 10 2021 : 15:44:05
Opening a TIFF file in TImageEnMView creates a ILIST-*.tmp file, which can get really big. Is there a way to control this? Our application is used in a Terminal Server environment and operations only gives them 1GB of disk space for the user's temp directory. Can we redirect this or limit its file size in some way?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 10 2021 : 17:54:10
Hi

You can control whether TImageEnMView uses disk or memory with:

http://www.imageen.com/help/TImageEnMView.ImageCacheUseDisk.html

But more importantly you should limit the amount of memory that ImageEn uses by avoiding the load of very large multi-page tiff files at once, i.e. by loading only the TIFF page that you are currently displaying or manipulating.

You will need to tell me more about your usage for specific advice, but you probably only want to load thumbnails into TImageEnMView using:

http://www.imageen.com/help/TImageEnMView.StoreType.html

Then load only the specific frame into your viewer/editor.



Nigel
Xequte Software
www.imageen.com