Hi All,
I've got a script that I'm running on a doc with 50 pathItems. For each pathItem, I'm doing a bunch of operations, one of which is clipping an image by the pathItem, rasterizing that combination, and then tracing it.
Everything works fine, but it takes way too long. There's no dependency between each of the pathItems, so it would be great if I could figure out a way to do all of this at the same time rather than one after another.
Any ideas for a workaround? I was thinking maybe of calling javascript from applescript or something along those lines. Otherwise, tips for speeding up color tracing are welcome.