ImageMagick convert command not generating images
Posted: 2017-08-07T04:49:24-07:00
I am trying to extract images in CentOS machine using ImageMagick's convert command as below:
1)convert -coalesce /mnt/temp/giphy.gif /mnt/temp/123.png : This command works and generates the images.
2)convert -coalesce http://cdn.abcdf.com/p/f7/81/d3/40/f781 ... 7cf3f8.gif /mnt/temp/123.png : While executing this command I am getting error mentioned as below:
convert: unable to open image `//cdn.adnxs.com/p/f7/81/d3/40/f781d34031e6882840eaa6dc937cf3f8.gif': No such file or directory @ error/blob.c/OpenBlob/2701.
convert: no decode delegate for this image format `HTTP' @ error/constitute.c/ReadImage/504.
convert: no images defined `/mnt/ephemeral2/creative_report/temp/123.png' @ error/convert.c/ConvertImageCommand/3258
I tried reinstalling ImageMagick from source but it was of no use. My ImageMagick version is 6.9.9-0. I have tried upgrading the version but still ended up getting same error.
1)convert -coalesce /mnt/temp/giphy.gif /mnt/temp/123.png : This command works and generates the images.
2)convert -coalesce http://cdn.abcdf.com/p/f7/81/d3/40/f781 ... 7cf3f8.gif /mnt/temp/123.png : While executing this command I am getting error mentioned as below:
convert: unable to open image `//cdn.adnxs.com/p/f7/81/d3/40/f781d34031e6882840eaa6dc937cf3f8.gif': No such file or directory @ error/blob.c/OpenBlob/2701.
convert: no decode delegate for this image format `HTTP' @ error/constitute.c/ReadImage/504.
convert: no images defined `/mnt/ephemeral2/creative_report/temp/123.png' @ error/convert.c/ConvertImageCommand/3258
I tried reinstalling ImageMagick from source but it was of no use. My ImageMagick version is 6.9.9-0. I have tried upgrading the version but still ended up getting same error.