I have the same problem only with PNGs. The PNG developer library is installed but PNG is missing from the coders and delegates.xml. If you are missing the JPG entry from delegates.xml and the JPG.la file from coders, then it wasn't compiled with ImageMagick.
My Delegates File: /usr/local/lib/ImageMagick-6.3.2/config/delegates.xml
My Coders: /usr/local/lib/ImageMagick-6.3.2/modules-Q16/coders/
help!the problem of install magick
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: help!the problem of install magick
jimever, you speciay an input image, but no output image. As the image filename is the last argument it is thought to be the output image, so to IM you have not input image to rotate or save!
Try this instead
As for what formats IM can handle RXGX has that wrong too.
Use
to see what formats IM knows about and can handle! Delegates is external programs to increase the formats Im knows about, not a list of formats Im can deal with.
Try this instead
Code: Select all
convert -rotate 90 test.jpg output.jpg
Use
Code: Select all
convert -list format
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/