ImageMagick no decode delegate

前端 未结 10 2524
囚心锁ツ
囚心锁ツ 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:11

    In my case, the solution was a matter of ending the command with *.{jpg,png} rather than *.

    I believe the * was picking up / trying to convert hidden files.

提交回复
热议问题