Skip to main content
Adi Ravid
Participating Frequently
July 22, 2009
Question

Applying attributes to linked grayscale images - js

  • July 22, 2009
  • 1 reply
  • 830 views

How can I apply the following attributes to a linked grayscale image (JPG):

  1. Colorize the image with a specific swatch.
  2. Set the image to overprint.
This topic has been closed for replies.

1 reply

Adi Ravid
Adi RavidAuthor
Participating Frequently
July 25, 2009

I found a way to apply these features by using Graphic Styles.

To bypass the fact that Illustrator scripting doesn't let you create GSs, my workaround is to "load" them into the document by using predefined path items from a template document that resides next to the script file.

It's working, but I don't like this kind of "dirty" solutions, so if someone has a "cleaner" one to offer, I'm all ear.