ImageMagick no decode delegate

前端 未结 10 2514
囚心锁ツ
囚心锁ツ 2020-11-30 01:59

I\'m trying to convert an image with imagemagick, but I\'m getting this error:

convert: no decode delegate for this image format `//i.imgur.com/nTheJ.

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 02:14

    from Phillip Ingram somewhere on the interwebs:

    in gentoo use

    sudo EXTRA_ECONF="--with-png --with-jpeg" emerge imagemagick"
    

    This is slightly different than Jonathan Horseman's answer since it wasn't an error but rather a need to specify more during the installation.

    But the identify command was very useful.

    Hope this helps someone (and perhaps me in the future ;).

提交回复
热议问题