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 |