thorvg/src/loaders/lottie
Hermet Park 86aabb4df0 loader lottie: image optimization
In every frame, the image undergoes a Colorspace conversion attempt.

This approach aims to bypass the step by retaining the pre-converted image data.

I acknowledge that this might not be the best approach,
but it is proving to be quite effective at the moment.
2023-08-15 15:49:05 +09:00
..
rapidjson loader lottie: +rapidjson for lottie json parser. 2023-07-27 00:31:27 +09:00
meson.build loader/lottie: fix a missing layer timeremap. 2023-08-09 21:30:25 +09:00
tvgLottieBuilder.cpp loader lottie: image optimization 2023-08-15 15:49:05 +09:00
tvgLottieBuilder.h loader lottie: ++optimization. 2023-07-28 16:54:44 +09:00
tvgLottieInterpolator.cpp loader lottie: add a lottie specific interpolator. 2023-07-27 00:31:27 +09:00
tvgLottieInterpolator.h loader lottie: add a lottie specific interpolator. 2023-07-27 00:31:27 +09:00
tvgLottieLoader.cpp loader/lottie: optimize the header task. 2023-08-15 15:48:53 +09:00
tvgLottieLoader.h loader/lottie: optimize the header task. 2023-08-15 15:48:53 +09:00
tvgLottieModel.cpp loader/lottie: optimize the header task. 2023-08-15 15:48:53 +09:00
tvgLottieModel.h loader lottie: image optimization 2023-08-15 15:49:05 +09:00
tvgLottieParser.cpp loader\lottie: Fixed incorrect b64 decoding 2023-08-11 22:57:16 +09:00
tvgLottieParser.h loader/lottie: fix a missing layer timeremap. 2023-08-09 21:30:25 +09:00
tvgLottieParserHandler.cpp loader lottie: adds the lottie property, model and parser. 2023-07-27 00:31:27 +09:00
tvgLottieParserHandler.h loader lottie: adds the lottie property, model and parser. 2023-07-27 00:31:27 +09:00
tvgLottieProperty.h loader lottie: fixed the memory leaks. 2023-07-29 10:29:03 +09:00