Search found 4 matches
- 2012-02-23T03:06:49-07:00
- Forum: Bugs
- Topic: help detecting misleading argumetns ofr Convert
- Replies: 7
- Views: 13408
Re: help detecting misleading argumetns ofr Convert
So No. I wasn't able to make this work correctly... Neither after setting the correct path of the ImageMagic binaries. I've tried almost everything. So I ended up "manually" selecting the resize geometry based on the file's current width and height. I took @fmw42's "squareup" script and adapted it ...
- 2012-02-22T12:28:15-07:00
- Forum: Bugs
- Topic: help detecting misleading argumetns ofr Convert
- Replies: 7
- Views: 13408
Re: help detecting misleading argumetns ofr Convert
I was also thinking... I'm in a shared hosting, there is any way that somehow a misleading library is being picked up? I'm asking this because for what I've read the error in question seems to be from an earlier version of ImageMagick right? So there is any recommended way of compiling it so I can ...
- 2012-02-22T12:07:08-07:00
- Forum: Bugs
- Topic: help detecting misleading argumetns ofr Convert
- Replies: 7
- Views: 13408
Re: help detecting misleading argumetns ofr Convert
Thank you very much for your reply :D Yeah I tried escaping and removing quotes and seems to works always... This is my ImageMagick version convert --version Version: ImageMagick 6.7.5-6 2012-02-22 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features ...
- 2012-02-22T11:41:27-07:00
- Forum: Bugs
- Topic: help detecting misleading argumetns ofr Convert
- Replies: 7
- Views: 13408
help detecting misleading argumetns ofr Convert
Hi, I'm using Ruby's Paperclip gem and I have a very weird error coming from the "convert" command. It seems that paperclip goes nuts somewhere and it may be swallowing some argument when building up the full command line to execute. So this is what paperclip "says" it is executing, which it works ...