okay thanks ! It's in the list. So it should work
It'll be the single quotes, like Pete said.
Search found 5 matches
- 2011-01-28T05:41:45-07:00
- Forum: Users
- Topic: Magick: unrecognized gravity type `'Center''
- Replies: 7
- Views: 14555
- 2011-01-27T08:02:20-07:00
- Forum: Users
- Topic: Magick: unrecognized gravity type `'Center''
- Replies: 7
- Views: 14555
Re: Magick: unrecognized gravity type `'Center''
Hm, I just tried
convert test.gif test.jpg
and that worked!
So I think I do have the jpg encode delegate then? Pete, you might be right then with the single quotes . Should just find where the ruby gem generates the images so I can delete the quotes.
convert test.gif test.jpg
and that worked!
So I think I do have the jpg encode delegate then? Pete, you might be right then with the single quotes . Should just find where the ruby gem generates the images so I can delete the quotes.
- 2011-01-26T10:58:05-07:00
- Forum: Users
- Topic: Magick: unrecognized gravity type `'Center''
- Replies: 7
- Views: 14555
Re: Magick: unrecognized gravity type `'Center''
I've been googling it and I think I need the jasper jp2 library? Go to: http://www.imagemagick.org/Usage/formats/ and search for 'no encode delegate for this image format' I'm not sure yet how to download/install this on a win 7 system. //EDIT: another step further: i ran convert -list configure to ...
- 2011-01-26T09:21:46-07:00
- Forum: Users
- Topic: Magick: unrecognized gravity type `'Center''
- Replies: 7
- Views: 14555
Re: Magick: unrecognized gravity type `'Center''
Thanks for the reply!
I'm a bit further now
I'm getting this error now:
StandardError (Error while running convert: Magick: no encode delegate for this
image format `'C:/Users/username/AppData/Local/Temp/simple_captcha20110126-5256-ok
gscu.jpg'' @ error/constitute.c/WriteImage/1180.
):
I'm a bit further now
I'm getting this error now:
StandardError (Error while running convert: Magick: no encode delegate for this
image format `'C:/Users/username/AppData/Local/Temp/simple_captcha20110126-5256-ok
gscu.jpg'' @ error/constitute.c/WriteImage/1180.
):
- 2011-01-26T08:48:13-07:00
- Forum: Users
- Topic: Magick: unrecognized gravity type `'Center''
- Replies: 7
- Views: 14555
Magick: unrecognized gravity type `'Center''
Hi, I just installed the simple_captcha gem for my ruby on rails application. When I run it, I see this error in my console: StandardError (Error while running convert: Magick: unrecognized gravity type `' Center'' @ error/convert.c/ConvertImageCommand/1589. ): I've opened the ruby file with this ...