Evas filters: Fix curve filter with RGBA
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 19 Feb 2014 06:57:49 +0000 (15:57 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 20 Feb 2014 04:27:42 +0000 (13:27 +0900)
commit538d078cf007bd62f6a20ad3f8b0cacc11720e54
tree4d0d0c303714f8307928eb07924a5b3f105464cc
parent8a694314a46982846666d949e437f0cbe2fbb396
Evas filters: Fix curve filter with RGBA

The curve filter did not respect premultiplied values in
RGBA images. Unfortunately, the fastest solution is to unpremul
and re-premul everytime...
src/lib/evas/filters/evas_filter_curve.c