How can one add more delegates to ImageMagick? I'm on gentoo (so, emerge
), and while I see a plethora of links to different issues, I've not found any general how-to's:
- This points to the source of the delegate libraries here
- This points to the need to install underlying image libraries (e.g. libpng), and seems to generally be a repository for everyone's ImageMagick "no decode delegate" questions.
- This sort of points back to a second person's issue in the first bullet, though it makes use of a
./configure
command that I don't see in my ImageMagick directory - And finally, this might be the answer I need, though the syntax is garbled such that I cannot tell what the intended command is.
In particular, none of these explain what exactly one must do with the delegate libraries here, if they do indeed need to be installed manually. Anyway, my delegates are currently listed (via convert -list configure|grep -i delegate
) as bzlib, mpeg, and zlib. I've installed media-libs/libpng, media-libs/tiff, and media-libs/libjpeg-turbo. I didn't grab media-libs/jasper, as it's not clear whether it is necessary. Removing and then installing ImageMagick anew after this (sudo emerge -cav media-gfx/imagemagick
then sudo emerge -v media-gfx/imagemagick
) didn't change any of my delegates.