doc: ++enhancement in Picture::load()

addressed supported raw data format.

issue: https://github.com/thorvg/thorvg/issues/2648
This commit is contained in:
Hermet Park 2024-08-20 11:43:13 +09:00
parent 0f17f6c69a
commit 54ea89ef6b

View file

@ -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