[Bug 1599216] [NEW] Alpha channel not preserved with -liquid-rescale
G.M.
1599216 at bugs.launchpad.net
Tue Jul 5 15:48:44 UTC 2016
Public bug reported:
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...)
** Affects: imagemagick (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
Running:
- for i in *.png ; do convert -liquid-rescale 'x40' $i png8:`basename $i .png`.small.png ; done
+ 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
+ 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...)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to imagemagick in Ubuntu.
https://bugs.launchpad.net/bugs/1599216
Title:
Alpha channel not preserved with -liquid-rescale
Status in imagemagick package in Ubuntu:
New
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...)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1599216/+subscriptions
More information about the foundations-bugs
mailing list