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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1599216
Title:
Alpha channel not preserved with -liquid-rescale
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1599216/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs