I am receiving a problem with thumbnails when using jpeg files:
Error creating thumbnail: /home/content/k/o/w/kowabunga/html/kagcdq/bin/ulimit-tvf.sh: line 3: ulimit: cpu time: cannot modify limit: Operation not permitted /usr/bin/convert: Unrecognized option (-thumbnail).
here is the code: [[Image:Convergence 1.jpg|thumb]]
Thumbnails work fine if the image is a gif, only fails when the image is a jpeg. fails consistently on jpegs.
Thanks
Todd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Todd Hansen wrote:
I am receiving a problem with thumbnails when using jpeg files:
Error creating thumbnail: /home/content/k/o/w/kowabunga/html/kagcdq/bin/ulimit-tvf.sh: line 3: ulimit: cpu time: cannot modify limit: Operation not permitted /usr/bin/convert: Unrecognized option (-thumbnail).
here is the code: [[Image:Convergence 1.jpg|thumb]]
Thumbnails work fine if the image is a gif, only fails when the image is a jpeg. fails consistently on jpegs.
Are you using ImageMagick? If so, you'll need to install the jpeg libraries for it.
- -- Daniel Cannon (AmiDaniel)
http://amidaniel.com cannon.danielc@gmail.com
Hi Daniel:
Thanks for the response. Yes, using Imagemagick. It works fine as I am using it with another CMS without any issue.
Todd
On 7/10/07, Daniel Cannon cannon.danielc@gmail.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Todd Hansen wrote:
I am receiving a problem with thumbnails when using jpeg files:
Error creating thumbnail: /home/content/k/o/w/kowabunga/html/kagcdq/bin/ulimit-tvf.sh: line 3:
ulimit:
cpu time: cannot modify limit: Operation not permitted /usr/bin/convert: Unrecognized option (-thumbnail).
here is the code: [[Image:Convergence 1.jpg|thumb]]
Thumbnails work fine if the image is a gif, only fails when the image is
a
jpeg. fails consistently on jpegs.
Are you using ImageMagick? If so, you'll need to install the jpeg libraries for it.
Daniel Cannon (AmiDaniel)
http://amidaniel.com cannon.danielc@gmail.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iD8DBQFGlEyiFRAT5u/mSaMRAtVVAKCPtp4OCPfd17Ghte8lHP3rjBBOsgCgxFBw Z+mru7wFvj4SKHGAt25D11o= =FDJX -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Todd Hansen wrote:
Hi Daniel:
Thanks for the response. Yes, using Imagemagick. It works fine as I am using it with another CMS without any issue.
Well, by default ImageMagick comes *without* jpeg support, and so if you want resizing of jpegs to work on your wiki, you will need to recompile it with it. To do so, you'll need to download the jpeg-6b library (a google search should turn it up quickly), and then recompile ImageMagick - --with-jpeg=yes --CPPFLAGS=-I/wherever_you_have_jpeg-6b. If you have difficulty with this or it doesn't work for you, please don't hesitate to write again.
- -- Daniel Cannon (AmiDaniel)
http://amidaniel.com cannon.danielc@gmail.com
Hi Daniel:
I took a long look at what you were saying and what my hosting provider (godadday) has to say about imagemagick. It looks like mediawiki is pointing to IM 5 while movabletype is pointing to IM6. once I changed the convert path to point to version 6, thumbnails worked.
Thanks again fro your responses and bearing with me.
Todd
On 7/11/07, Daniel Cannon cannon.danielc@gmail.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Todd Hansen wrote:
Hi Daniel:
Thanks for the response. Yes, using Imagemagick. It works fine as I am using it with another CMS without any issue.
Well, by default ImageMagick comes *without* jpeg support, and so if you want resizing of jpegs to work on your wiki, you will need to recompile it with it. To do so, you'll need to download the jpeg-6b library (a google search should turn it up quickly), and then recompile ImageMagick
- --with-jpeg=yes --CPPFLAGS=-I/wherever_you_have_jpeg-6b. If you have
difficulty with this or it doesn't work for you, please don't hesitate to write again.
Daniel Cannon (AmiDaniel)
http://amidaniel.com cannon.danielc@gmail.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iD8DBQFGlRCsFRAT5u/mSaMRAgIDAJ9+pzJlzga1HgTdsP3yCizRFtznLACeN4z5 18bEDVfTZtNjO8C72U4KGHQ= =e7Qn -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 11/07/07, Todd Hansen macklingon@gmail.com wrote:
I am receiving a problem with thumbnails when using jpeg files:
Error creating thumbnail: /home/content/k/o/w/kowabunga/html/kagcdq/bin/ulimit-tvf.sh: line 3: ulimit: cpu time: cannot modify limit: Operation not permitted /usr/bin/convert: Unrecognized option (-thumbnail).
The "unrecognised option" error implies an old version of ImageMagick, although the fact that it varies depending upon format causes me to be somewhat unconfident of this diagnosis...
Rob Church
mediawiki-l@lists.wikimedia.org