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
|