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.jpg' @ error/constitute.c/ReadImage/532.
I'm doing this:
convert http://i.imgur.com/nTheJ.jpg -resize 600×600 filarkiv/billeder/produkter/s236-085145.jpg
I have the following delegates:
DELEGATES freetype jpeg jng mpeg png x11 xml zlib
Anyone knows what the problem is?