evas: PNG save of ARGY88 needs unpremul
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 22 Dec 2016 10:00:41 +0000 (19:00 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 22 Dec 2016 10:23:01 +0000 (19:23 +0900)
commit2f1d666a06d374d1930cf69cf72f21c9700caf46
tree523b35cf7e0b2b2569b7b885cfeb52f51c56b7c7
parent3be0e7b63b7f9df2241e854eabd8ef924978783a
evas: PNG save of ARGY88 needs unpremul

PNG saves unpremultiplied values, so we need to do that
for the newly supported ARGY88 colorspace as well. Fixes
the previous commit.
src/lib/evas/common/evas_convert_color.c
src/lib/evas/common/evas_convert_color.h
src/modules/evas/image_savers/png/evas_image_save_png.c