Search found 2 matches

by ananthshenoyh
2017-08-07T06:43:43-07:00
Forum: Users
Topic: ImageMagick convert command not generating images
Replies: 2
Views: 4190

Re: ImageMagick convert command not generating images

I found the issue was because of missing libxml2-devel library. I uninstalled IM and installed it again with all required libraries. Below are the steps I followed: 1)cd (ImageMagick folder) 2)make uninstall 3)yum install tcl-devel libpng-devel libjpeg-devel ghostscript-devel bzip2-devel freetype ...
by ananthshenoyh
2017-08-07T04:49:24-07:00
Forum: Users
Topic: ImageMagick convert command not generating images
Replies: 2
Views: 4190

ImageMagick convert command not generating images

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/f781d34031e68828eaasdwc937cf3f8.gif /mnt ...