Alpha channel not preserved with -liquid-rescale
Bug #1599216 reported by
G.M.
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
imagemagick (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Running:
for i in *.png ; do convert -liquid-rescale 'x40' $i png8:`basename $i .png`.small.png ; done
does NOT preserve alpha channel
for i in *.png ; do convert -resize 'x40' $i png8:`basename $i .png`.small.png ; done
does preserve alpha channel (but totally blurs the image...)