From 54ea89ef6bd9c935f919daea7791f87d19269239 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 20 Aug 2024 11:43:13 +0900 Subject: [PATCH] doc: ++enhancement in Picture::load() addressed supported raw data format. issue: https://github.com/thorvg/thorvg/issues/2648 --- inc/thorvg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/thorvg.h b/inc/thorvg.h index e3f7243a..fe96ffe1 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1300,7 +1300,7 @@ public: Result size(float* w, float* h) const noexcept; /** - * @brief Loads a raw data from a memory block with a given size. + * @brief Loads raw data in ARGB8888 format from a memory block of the given size. * * ThorVG efficiently caches the loaded data using the specified @p data address as a key * when the @p copy has @c false. This means that loading the same data again will not result in duplicate operations