From 37552a1b7c3e5cb869ab6d20741e1e80b58fe3f0 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 12 Aug 2021 00:35:57 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10323dd..d576a4b 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ In that processing, the TVG Saver tries to filter out the unused information, co Aside from the binary size pros, the TVG data format helps to reduce the resource loading time since it can skip interpreting the data stage. Additionally, its performance can be increased by reducing the amount of the runtime memory as well as reducing the rendering tasks burden. On average, TVG Picture is more than 30% better than SVG in both file size and loading time. Note that the amount of the performance rate is up to the resource size and its complexity.

- +

TVG Saver exports the TVG Pictures to the files whose file extension name is "tvg", TVG Loader imports them, and restores them to the TVG Pictures. You can quickly use the ThorVG Viewer to convert from SVG to TVG files (Coming soon). -- 2.7.4