efl/src/examples
Hermet Park 53cdf850ba evas png: apply interpolation when scale down image loading.
Summary:
This patch improves png quality when image uses scale-down at image loading.

Since current scale-down logic just works like point sampling,
image result could be wholely different,

Simply, if source data is consist of continous white and black pixels,
and scale down factor is 2, the sampled data would be only white,
and lose all black pixels, or vice versa.

The result can be unexpected by users.
Even current jpeg scale-down works with interpolation.

Before:
{F3711651}

After:
{F3711652}

Original:
{F3711653}

Reviewers: cedric, raster, #committers, kimcinoo, jsuya

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8788
2019-05-02 17:02:00 +09:00
..
ecore efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
ecore_avahi here comes meson 2018-10-02 17:22:50 +02:00
edje edje example edc - remove misleading signals that aren't used 2019-04-10 11:17:32 +01:00
eet examples: update gitignore 2018-12-04 10:16:33 +01:00
efl_mono efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eina docs: Fix assorted typos in legacy documentation 2019-01-28 13:14:20 +01:00
eina_cxx build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eio examples: remove setted but not used variable 2019-01-02 10:34:47 +01:00
eldbus examples: fix warnings regarding multiple defines 2019-01-02 10:34:47 +01:00
elementary meson: lets add cxx examples 2019-04-26 16:38:37 +02:00
elocation build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
emile here comes meson 2018-10-02 17:22:50 +02:00
emotion efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
eolian_cxx eolian: remove legacy handling API and most of generation 2019-03-08 10:12:09 -05:00
ephysics build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
ethumb_client here comes meson 2018-10-02 17:22:50 +02:00
evas evas png: apply interpolation when scale down image loading. 2019-05-02 17:02:00 +09:00
Makefile.am build: remove BUILT_SOURCES usage from cxx examples makefiles 2018-08-03 13:47:25 +02:00
ecore.mk csharp: Change to new class API. 2018-11-29 21:29:48 -02:00
ecore_avahi.mk examples - fix avahi examples to compile 2018-09-21 13:39:45 +01:00
edje.mk examples: edje: add forgotten edje-anchors example to build 2018-08-21 14:27:49 -04:00
eet.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
efl_mono.mk efl-csharp: Fixing C# examples 2018-10-04 19:15:42 +02:00
eina.mk examples: eina: add missing example source files to dist 2018-08-21 14:27:29 -04:00
eina_cxx.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eio.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eldbus.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
elementary.mk efl_ui_relative_layout: introduce new relative container 2019-02-22 19:47:47 +09:00
elocation.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
emile.mk examples: emile: make sure we ship the Makefile.examples file in dist 2018-08-21 14:31:19 -04:00
emotion.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eolian_cxx.mk build: remove BUILT_SOURCES usage from cxx examples makefiles 2018-08-03 13:47:25 +02:00
ephysics.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
ethumb_client.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
evas.mk efl-csharp: Remove legacy Evas bindings. 2019-02-25 19:21:04 -03:00