Re: Imagemagick

2010-11-24 Thread David Holt
Just to follow up. I followed this advice and it worked great. The thumbnailing in ERAttachment is working flawlessly! David On 2010-11-24, at 2:55 PM, Simon wrote: >>> Is there a recommended path to put the binaries for Imagemagick? What >>> permissions need to be set so

Re: Imagemagick

2010-11-24 Thread Simon
>> Is there a recommended path to put the binaries for Imagemagick? What >> permissions need to be set so that the thumbnail processor can access the >> binaries? > > I would use MacPorts to install it, so ImageMagick will be put in /opt/lo

Re: Imagemagick

2010-11-24 Thread Pascal Robert
2010/11/24 David Holt > Is there a recommended path to put the binaries for Imagemagick? What > permissions need to be set so that the thumbnail processor can access the > binaries? I would use MacPorts to install it, so ImageMagick will be put in /

Imagemagick

2010-11-24 Thread David Holt
Is there a recommended path to put the binaries for Imagemagick? What permissions need to be set so that the thumbnail processor can access the binaries? thanks, David ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

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

2006-01-24 Thread logan . allred
ot; uses ghostscript (calls gs), which I have downloaded and > installed separately.  > > "identify" also works nicely and seemlessly with the command line on > EPS files exactly the same way it would work with JPEGs etc.  We use imagemagick + ghostscript to convert some pdfs into ti

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 proce

(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