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
 Any way to improve exporting speed?

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
munggaran Posted - Apr 21 2022 : 00:45:37
Hi,
Currently I'm using method: ImageEnView1.LayersSaveMergedTo(sFile); with sFile of 'example[x].png' , in my case I have to export [10] files at once and I know it will take time but wondering if there's any way I can do to improve exporting speed?
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 23 2022 : 00:39:33
Layers are for user interaction, if you are just creating multi-image content programmatically you should just use draw routines, e.g.

https://www.imageen.com/help/TIEBitmap.RenderToTIEBitmapEx.html



Nigel
Xequte Software
www.imageen.com
munggaran Posted - Apr 21 2022 : 18:58:21
Hi,
I have 10 layers, all of them are pictures 2000x2000, only 5 of layers activated/visible at once, when I try to export it runs smoothly but I feel this could be improved because sometimes I also work with Photoshop and it saves bit faster.
xequte Posted - Apr 21 2022 : 03:25:16
Hi

What is the content you are saving (what sort of layers are they)?

Nigel
Xequte Software
www.imageen.com