views:

13

answers:

1

Hi, I am looking for an EPS library in Java. Our application generate images in different format on the server and we plan to add EPS support. I'd like the EPS library to be able to superimpose 2 images; foreground and background. I did a quick search and the libraries I found do not seem ready for prime time. Any recommendations?

Thanks.

+1  A: 

Nothing leaps out, but it might be useful to simply reach out to ImageMagick to do this, possibly via JMagick or im4java, or maybe just via exec.

andersoj
Thanks, I'll give them a try.
Olivier