Hermet Park
|
0e45fabb3d
|
spec out tvg binary format
issue: https://github.com/thorvg/thorvg/issues/2721
|
2024-10-12 21:07:31 +09:00 |
|
Hermet Park
|
8f9d82c314
|
test/capi: --compiler warning on MSVC
warning C4305: 'argument': truncation from 'double' to 'float'
|
2024-06-27 14:43:53 +09:00 |
|
Mira Grudzinska
|
25370f438e
|
tests: add missing capi saver tests & ifdefs
|
2024-06-20 00:03:07 +09:00 |
|
Jinny You
|
2c6c8d3b21
|
updated copyright date (#1866)
|
2023-12-28 10:43:25 +09:00 |
|
Hermet Park
|
ab35ab2171
|
test: added gif save test
Skipped capi tests this time, since it has no saver api now.
|
2023-11-17 20:44:53 +09:00 |
|
Hermet Park
|
d879e56856
|
saver: Revised the API for the 1.0 release
replaced the 'compress' option with 'quality'
API changes:
Result Saver::save(std::unique_ptr<Paint> paint, const std::string& path, bool compress) ->
Result Saver::save(std::unique_ptr<Paint> paint, const std::string& path, uint32_t quality = 100)
TVG_API Tvg_Result tvg_saver_save(Tvg_Saver* saver, Tvg_Paint* paint, const char* path, bool compress) ->
Tvg_Result tvg_saver_save(Tvg_Saver* saver, Tvg_Paint* paint, const char* path, uint32_t quality)
Issue: #1372
|
2023-11-02 11:58:23 +09:00 |
|
Hermet Park
|
f0ae3e9cee
|
test: fix broken plugin support.
The thorvg test should not attempt to perform features
that were not enabled, as this will cause them to fail.
@Issues: https://github.com/thorvg/thorvg/issues/1251
|
2023-04-06 19:47:10 +09:00 |
|
Hermet Park
|
9b3c34c3b1
|
updated copyright.
|
2023-01-14 13:48:11 +09:00 |
|
Hermet Park
|
f0141e63de
|
updated copyright date.
|
2022-01-12 14:08:48 +09:00 |
|
Hermet Park
|
de353401a7
|
Revert "test capi: fix memory leak."
This reverts commit 651a98a2d8 .
Applied the alternative solution instead of this patch.
37e39866dd
|
2021-11-09 14:55:54 +09:00 |
|
Hermet Park
|
651a98a2d8
|
test capi: fix memory leak.
Delete the paint which is not committed properly.
|
2021-11-06 01:46:42 +01:00 |
|
Mira Grudzinska
|
78b7b278c0
|
tests: saver capis added into the tests
|
2021-10-13 21:25:44 +09:00 |
|