-
1. Re: How to get color value from EPS?
Praveen10 Mar 1, 2011 4:16 AM (in response to Praveen10)Anyone pl. respond?
Thanks,
Praveen
-
2. Re: How to get color value from EPS?
tpk1982 Mar 1, 2011 11:20 AM (in response to Praveen10)Did you get any job from website?
-
3. Re: How to get color value from EPS?
Praveen10 Mar 3, 2011 9:46 PM (in response to tpk1982)No, actually, I want to differentiate the colored images and B&W images from all the images placed in the current InDesign file.
Thanks,
Praveen
-
4. Re: How to get color value from EPS?
John Hawkinson Mar 3, 2011 10:27 PM (in response to Praveen10)You're not going to be able to do this directly in scripting -- the InDesign scripting Document Object Model doesn't give access to the graphic content of a placed image. You could export the image to a file and use some other tool to make examine the colors. And EPS files are kind of complicated -- just what do you mean by the color value? The average value of the whole bounding box? Some particular point?
-
5. Re: How to get color value from EPS?
Loic_aigon Mar 4, 2011 12:42 AM (in response to John Hawkinson)It really depends on the EPS type (Photoshop, Illustrator Corel ? Raster, vector ?).
If you have raster EPS, you may have access to the space of the image :
app.selection[0].space //RVB,Grayscale,whatever
But it works only with photoshop EPSs.
Loic



