Image scaling operations - FilterMode::Box implemented for all pixel formats 15/32515/9
authorAndrew Cox <andrew.cox@partner.samsung.com>
Tue, 2 Dec 2014 11:52:51 +0000 (11:52 +0000)
committerAndrew Cox <andrew.cox@partner.samsung.com>
Thu, 8 Jan 2015 09:53:57 +0000 (09:53 +0000)
commit91b9d3964c6e2564cc675d2b28ec654ee9ebbddd
tree5cc7866acaeb6748a9f48a5be5289ba69cac5c41
parent9d226abd9aa4db50cf2a5466ff97ec11c2dbdff4
Image scaling operations - FilterMode::Box implemented for all pixel formats

RGB888, RGBA8888, RGB565, and 2-byte and 1-byte per pixel box
filters with unit tests. Plumbed-in to image loading pipeline to
implement the Box FilterMode.

Change-Id: I815d04299e77953d57ea2f122fb4ab9d086e29d5
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
automated-tests/src/dali-adaptor-internal/CMakeLists.txt
automated-tests/src/dali-adaptor-internal/utc-Dali-ImageOperations.cpp [new file with mode: 0644]
build/tizen/adaptor/Makefile.am
platform-abstractions/portable/image-operations.cpp [new file with mode: 0644]
platform-abstractions/portable/image-operations.h [new file with mode: 0644]
platform-abstractions/slp/file.list
platform-abstractions/slp/image-loaders/image-loader.cpp
platform-abstractions/slp/image-loaders/loader-png.cpp