From: Rajeev Ranjan <rajeev.r@samsung.com>
authorRajeev Ranjan <rajeev.r@samsung.com>
Sun, 13 May 2012 04:24:28 +0000 (04:24 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 13 May 2012 04:24:28 +0000 (04:24 +0000)
commit0741f58e526f712ad9081a1c8821ec47f88bae0c
treef1c6983f8593ce81deb8248ddf1d0a97b36860f6
parent5e96183e4f9d0eef8dcd1583e614aca07b98b358
From: Rajeev Ranjan <rajeev.r@samsung.com>
Subject: [E-devel] [PATCH][EDJE] Patch to remove the alpha from image
header while saving if the alpha is set to 1 but the image is fully
opaque

Attached to the mail is a patch to set the alpha information for an
image header to 0 with alpha present but all the texels being opaque.
Continuing to our discussion, as suggested by many people in the
community it has been implemented at edje_cc level.

Change description:
    While compiling the edc file, image data for image files is
scanned to find out whether the alpha value in header is set to 1 and
is not being used in the image.
  If this is the case, while writing to eet the alpha is set to 0 to
avoid blending for such images in the graphics pipeline when used by
evas.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@70954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
AUTHORS
ChangeLog
src/bin/edje_cc_out.c