apis: release official apis.
authorHermet Park <chuneon.park@samsung.com>
Thu, 23 Sep 2021 06:17:48 +0000 (15:17 +0900)
committerHermet Park <chuneon.park@samsung.com>
Mon, 27 Sep 2021 02:21:23 +0000 (11:21 +0900)
commitc3e15400ebb60202f7779edba5d7e432cfa81773
tree80eba22262ade2e17af0cfa28d48c7e4297ccec8
parent49600eddd8c682bd6dfff40ac435da51740dd832
apis: release official apis.

tvg picture is going to be released, we need the Saver as well.
Also, two stable periperal apis are released in v0.5

@APIs:
Result Picture::load(const char* data, uint32_t size, const std::string& mimeType, bool copy = false) noexcept;
CompositeMethod Paint::composite(const Paint** target) const noexcept;
Result Saver::save(std::unique_ptr<Paint> paint, const std::string& path, bool compress = true) noexcept;
Result Saver::sync() noexcept;
static std::unique_ptr<Saver> Saver::gen() noexcept;
inc/thorvg.h