Re: (slightly-ot): Problem with ImageMagick and Runtime.exec

2006-01-24 Thread logan . allred
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

Re: (slightly-ot): Problem with ImageMagick and Runtime.exec

2006-01-24 Thread Mike Schrag
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

(slightly-ot): Problem with ImageMagick and Runtime.exec

2006-01-24 Thread Ralph Scheuer
(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