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.
In my case, the solution was a matter of ending the command with *.{jpg,png} rather than *.
*.{jpg,png}
*
I believe the * was picking up / trying to convert hidden files.