thorvg/test
Sergii 4da90b2847 picture: added ability to support premultiplied for picture raw loader
[issues 1479: picture raw loader to support premultiplied](https://github.com/thorvg/thorvg/issues/1764)

api changes:
    Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, bool copy);
    Result Picture::load(uint32_t* data, uint32_t w, uint32_t h, bool premultiplied, bool copy);

capi changes
    TVG_API Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32_t w, uint32_t h, bool copy);
    TVG_API Tvg_Result tvg_picture_load_raw(Tvg_Paint* paint, uint32_t *data, uint32_t w, uint32_t h, bool premultiplied, bool copy);
2023-11-08 10:46:23 +09:00
..
capi picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
images tvg: revise the tvg binary format for 1.0 release 2023-11-02 11:58:23 +09:00
regression infra: Improve regression finder 2023-05-08 10:38:27 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
testAccessor.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
testAnimation.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
testFill.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testInitializer.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp tests: bounds test ++ 2023-08-01 14:53:12 +02:00
testPicture.cpp picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
testSavers.cpp picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00
testScene.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
testShape.cpp common: stroke dash offset support with new apis. 2023-10-30 11:47:51 +09:00
testSwCanvas.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
testSwCanvasBase.cpp api: revise the engine initializer for the 1.0 release. 2023-10-30 11:48:02 +09:00
testSwEngine.cpp picture: added ability to support premultiplied for picture raw loader 2023-11-08 10:46:23 +09:00