Ralph wrote on 01/24/2006 12:19:13 PM:
> in my WO application, I use ImageMagick's "identify" command
line
> tool to get various properties of image files.
>
> However, in order to get the properties of EPS files, ImageMagick's
> "identify" uses ghostscript (calls gs), which I have downloaded
1) Make sure gs is in the path of wo process that's calling Runtime.exec because I think imagemagick is pretty dumb about finding the gs executable2) Be very careful about Runtime.exec and dealing with the streams that come out of it ... you should be consuming all the streams from the process to a
(Sorry for being a bit OT and sorry for cross-posting, but this is urgent for me and maybe someone on this list has already seen it)Hello everybody, in my WO application, I use ImageMagick's "identify" command line tool to get various properties of image files. However, in order to get the properti