Please - I need a solution to my problem
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
It means that the JPEG library is not installed.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
You may also need to re-compile IM with the JPEG library installed.
To see what delegates it knows use
To see what delegates it knows use
Code: Select all
identify -list delegate
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Those are not library components but library applications.
You want IM to find the jpeg header (.h) and dynamic library (.so)
Look back though the log and look at the tests that failed.
You want IM to find the jpeg header (.h) and dynamic library (.so)
Look back though the log and look at the tests that failed.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/