[JNG] Incorrect 1-bit alpha
Posted: 2012-01-02T03:06:23-07:00
New JNG bugs:
convert img1.png -define png:bit-depth=1 -channel alpha -threshold 100% -depth 12 -compress zip -quality 95080 -sampling-factor 4:2:2 img1.jng
Result: binary alpha channel, but threshold value does not works
convert img1.png -define png:bit-depth=1 -channel alpha -black-threshold 100% -depth 12 -compress zip -quality 95080 -sampling-factor 4:2:2 img1.jng
Result: no effect
convert img1.png -define png:bit-depth=1 -channel alpha -white-threshold 100% -depth 12 -compress zip -quality 95080 -sampling-factor 4:2:2 img1.jng
Result: white image, with alpha channel
This image:
http://img849.imageshack.us/img849/8961/img1m.png
Version: 6.7.4.4
convert img1.png -define png:bit-depth=1 -channel alpha -threshold 100% -depth 12 -compress zip -quality 95080 -sampling-factor 4:2:2 img1.jng
Result: binary alpha channel, but threshold value does not works
convert img1.png -define png:bit-depth=1 -channel alpha -black-threshold 100% -depth 12 -compress zip -quality 95080 -sampling-factor 4:2:2 img1.jng
Result: no effect
convert img1.png -define png:bit-depth=1 -channel alpha -white-threshold 100% -depth 12 -compress zip -quality 95080 -sampling-factor 4:2:2 img1.jng
Result: white image, with alpha channel
This image:
http://img849.imageshack.us/img849/8961/img1m.png
Version: 6.7.4.4