Evas filters: Implement color curves filter
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 9 Dec 2013 07:32:38 +0000 (16:32 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:33:16 +0000 (17:33 +0900)
commit6458df7a659920a11172297f01c75812624f89ed
tree43870bf13ff668fda5d83cfc840a42133c303f20
parent84caa5902e5b088840e33332022443b3ad2d681d
Evas filters: Implement color curves filter

Color curves are a very simple tool to alter the colors of an image,
on a per-pixel basis. This implementation will simply map each pixel
to a 256 bytes buffer, provided by the application.

NOTE: There are no convenience functions yet for easy curve
generation, but this is the plan (give point A, B, B and interpolate
between them to generate the 256 values array).
src/lib/evas/filters/evas_filter_curve.c [new file with mode: 0644]