doc: updated resources

This commit is contained in:
Hermet Park 2023-07-27 16:51:44 +09:00
parent 3368e47ab3
commit c98af8a4a2
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ The following list shows primitives that are supported by ThorVG: <br />
* Images: TVG, SVG, JPG, PNG, WEBP, Bitmap * Images: TVG, SVG, JPG, PNG, WEBP, Bitmap
* Animations: Lottie * Animations: Lottie
<p align="center"> <p align="center">
<img width="930" height="473" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png"> <img width="900" height="472" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png">
</p> </p>
<br /> <br />
If your program has the main renderer, your program could call ThorVG APIs while switching drawing contexts between the main renderer and ThorVG. During the API calls, ThorVG serializes drawing commands among the volatile paints' nodes then performs synchronous/asynchronous rendering using its backend raster engines. ThorVG supports vector images such as SVG, also expands, supporting other popular formats on demand. On the rendering, it could spawn intermediate frame-buffers for compositing scenes only when it's necessary. The next figure shows you a brief strategy on how to use ThorVG on your system.<br /> If your program has the main renderer, your program could call ThorVG APIs while switching drawing contexts between the main renderer and ThorVG. During the API calls, ThorVG serializes drawing commands among the volatile paints' nodes then performs synchronous/asynchronous rendering using its backend raster engines. ThorVG supports vector images such as SVG, also expands, supporting other popular formats on demand. On the rendering, it could spawn intermediate frame-buffers for compositing scenes only when it's necessary. The next figure shows you a brief strategy on how to use ThorVG on your system.<br />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 KiB

After

Width:  |  Height:  |  Size: 234 KiB