[NUI] Support EncodedImageBuffer ImageType property + Upgrade EncodedImageBuffer...
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 14 Nov 2023 03:53:06 +0000 (12:53 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 15 Nov 2023 07:09:04 +0000 (16:09 +0900)
commitbe498224981274f055226a2ceda1cdc3d3090b13
tree0751104672b193deb41ebc66ac1f55bf109d27c0
parente5e54edfe9b6173ee1a9f30c333056171e4cfdeb
[NUI] Support EncodedImageBuffer ImageType property + Upgrade EncodedImageBuffer demo

Let we allow to give the type of buffer s.t. what buffer is mean.
We can load svg and lottie image as encoded image buffer now.

+

Let we make EncodedImageBuffer can be created at worker thread.
And make the demo to load buffer asynchronously.

This patch have dependency with below dali patch :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/301314

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.EncodedImageBuffer.cs
src/Tizen.NUI/src/public/Images/EncodedImageBuffer.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/EncodedImageSample.cs