zanoll:But I open the image in PS through eg Photoshop!?
I have to create an automated process with applescript and java I have to create the image without the background eps and then convert it into JPEG through java can not use intermediate tools that make crop...
I beg to differ, this is very easily done in PS and can be automated just as easily. BTW, I guess you menat to say Javascript instead of Java.
My workflow for this would be to:
- Generate the backgroundless images via the "Save as EPS" function (scriptable)
- Open the resulting iages in Photoshop (scriptable)
- Crop the image based on the presence of pixels (i.e. remove extra transparent area) (scriptable).
- Save the resulting image as JPEG (scriptable)
Time to process each images... seconds!