Hi,
I'm developping an automation script in javascript, but I have serious speed issues which are starting to be pretty worrisom.
In my script, I need to scan through the layers and layerSets of the document and analyse the hierarchy, but using DOM objects in javascript is getting extremely slow with big psd/psb files (1 minute to scan a 3.5 Gb file with 600 layers/groups). Using Action Manager, which is faster, doesn't seem to be relevant, as you can not get the hierarchy ...
So my question is, would it be possible to get faster results using a C++ routine to analyze the document ? And pass the result to the javascript to go on with the script.
I'm getting pretty stuck with javascript, and I would really need to find a suitable solution ...
Thanks a lot,
Julien