Commit graph

5 commits

Author SHA1 Message Date
Junsu Choi
ce7f4cb7c3 loader/webp: Support static webp loader
Built to libwebp code in to support the static option of webp loader.
Code from :https://github.com/jacklicn/libwebp

This forking version only contains the minimal webp decoding feature.

Binary Size: +68kb

Co-authored-by: Hermet Park <hermet@lottiefiles.com>

issue: https://github.com/thorvg/thorvg/issues/1427
2024-02-07 20:40:50 +09:00
Hermet Park
15c5bfacec infra github: updated the main branch name. 2023-08-01 02:08:36 +09:00
JunsuChoi
595cc56e86 webp_loader: Introduce Webp image loader
Add external_webp loader which uses libwebp library.
2023-06-09 10:58:01 +09:00
Hermet Park
7bb6713505 infra github: ++minor changes. 2023-04-13 12:08:56 +09:00
Hermet Park
e44a1c1ee9 infra github: apply codeql
Setup a bot script to run codeql.
It discovers vulnerabilities across a thorvg codebase.

See: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/viewing-code-scanning-logs
2023-04-13 10:54:45 +09:00