efl/legacy/edje/src/bin
Rajeev Ranjan f146ce307a 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.



SVN revision: 70954
2012-05-13 04:24:28 +00:00
..
epp edje: add edje_watch. 2012-05-08 10:35:57 +00:00
Makefile.am Edje: do not fail if eio is not available (edje_watch is compiled only if eio is available) 2012-05-10 17:49:53 +00:00
edje_cc.c edje: add edje_watch. 2012-05-08 10:35:57 +00:00
edje_cc.h edje: add edje_watch. 2012-05-08 10:35:57 +00:00
edje_cc_handlers.c Edje : Small fixes for edje doxygen doc 2012-03-31 07:53:47 +00:00
edje_cc_mem.c Edje: remove ugly FMT_* compatibility strings as Evil has now POSIX printf family functions 2012-02-18 14:45:21 +00:00
edje_cc_out.c From: Rajeev Ranjan <rajeev.r@samsung.com> 2012-05-13 04:24:28 +00:00
edje_cc_parse.c edje: add edje_watch. 2012-05-08 10:35:57 +00:00
edje_cc_sources.c Edje: Fixed a couple of compilation warnings. 2011-08-18 11:41:04 +00:00
edje_convert.c use new eina prefix finder. 2011-04-24 07:36:15 +00:00
edje_convert.h * edje: move code around. 2010-08-11 18:29:41 +00:00
edje_convert_main.c use new eina prefix finder. 2011-04-24 07:36:15 +00:00
edje_data_convert.c * edje: finally fix all this eet mess. 2010-08-13 16:35:45 +00:00
edje_decc.c Edje: revert ugly commit, as Evil takes care of the problem, now 2012-02-18 18:12:19 +00:00
edje_decc.h * edje: Use Eina_Log. 2009-12-22 13:46:00 +00:00
edje_external_inspector.c better include of headers 2011-01-03 08:11:36 +00:00
edje_inspector.c Edje: remove ugly FMT_* compatibility strings as Evil has now POSIX printf family functions 2012-02-18 14:45:21 +00:00
edje_multisense_convert.c Edje: Fixed a lot of warnings. 2012-01-19 08:17:12 +00:00
edje_multisense_convert.h From: Prince Kumar Dubey <prince.dubey@samsung.com> 2011-11-04 12:18:13 +00:00
edje_player.c edje: automatically emit ['edje,change,file', 'edje'] when the file change on disk. 2012-05-09 09:16:52 +00:00
edje_recc remove trailing spaces 2008-03-24 08:22:01 +00:00
edje_watch.c edje: destroy the temporary file when leaving. 2012-05-11 10:50:47 +00:00