Hi,
I started writing a script which open all images in a folder and i need to turn those into vectors.
How do i write the following in JavaScript:
- Open the JPG file
- Select the image layer/object
- Create a vector from the image using the Image Trace for high fidelity
- Reduce the new vector objec size by %50.
- save as eps
any help with any of the stages would be very helpful.
thank you