Search found 2 matches

by Bu11d0zer
2017-03-25T11:04:25-07:00
Forum: Bugs
Topic: convert -filter Cubic doesn't work but convert -filter cubic does
Replies: 3
Views: 4938

Re: convert -filter Cubic doesn't work but convert -filter cubic does

Folks, sorry to waste your time. The shell in which I was using Cubic did not have the path rehashed so it was using ImageMagick 6.7.2-7. The one with cubic was using ImageMagick 7.0.5-3. The compare result for the difference in output of those versions using the command you gave is "25.7125 (0 ...
by Bu11d0zer
2017-03-25T02:05:00-07:00
Forum: Bugs
Topic: convert -filter Cubic doesn't work but convert -filter cubic does
Replies: 3
Views: 4938

convert -filter Cubic doesn't work but convert -filter cubic does

On Centos 5.11, using the latest ImageMagick as of 3/25/17 (or older versions, it doesn't matter), the following produces bad or blank GIF files: convert -filter Cubic -geometry 32x32 infile.png outfile.gif But this works: convert -filter cubic -geometry 32x32 infile.png outfile.gif By changing the ...