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
 Slow saving IEN file

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
lago Posted - Sep 25 2019 : 13:16:06
Hello!
I am starting to work with layers, I am very interested in the IEN format of Imageen. But I have a problem with saving speed.

Given a document of 32310x814 pixels (30x15 cm at 300ppp = 20 spreads) and many image layers the saving process is very slow in addition to losing control of the program.

On the other hand, loading the IEN file is very fast!

I use IO-> Params-> IEN_StoreBackground = false; to try to improve that speed but except for the final size of the file that is smaller, the saving process takes approximately the same time.

Is there any way to reduce the save time of -> IO-> SaveToFileIEN () ;?

Thanks alot!
2   L A T E S T    R E P L I E S    (Newest First)
lago Posted - Sep 26 2019 : 03:50:25
Hello Nigel!

Thanks alot about:

IEGlobalSettings().ThumbnailSize := 0;

The IEN save process runs too fast now!

Thanks.
xequte Posted - Sep 25 2019 : 23:30:21
Hi

What sort of layers do you use?

How about if you disable the thumbnail:

IEGlobalSettings().ThumbnailSize := 0;

https://www.imageen.com/help/TIEImageEnGlobalSettings.ThumbnailSize.html

Nigel
Xequte Software
www.imageen.com