Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1357310795/lottie2apng
Convert your lottie animation to APNG format!
https://github.com/1357310795/lottie2apng
apng apngasm converter cpp csharp lottie png wpf
Last synced: 4 months ago
JSON representation
Convert your lottie animation to APNG format!
- Host: GitHub
- URL: https://github.com/1357310795/lottie2apng
- Owner: 1357310795
- License: gpl-3.0
- Created: 2024-08-01T02:46:09.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T03:21:36.000Z (6 months ago)
- Last Synced: 2024-09-23T16:33:34.552Z (4 months ago)
- Topics: apng, apngasm, converter, cpp, csharp, lottie, png, wpf
- Language: C
- Homepage:
- Size: 79.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ![lottie.png](https://s2.loli.net/2024/08/01/utCJisV4HPprMay.png) Lottie to APNG Converter
Open your lottie file, adjust settings and export in one minute.
![](https://s2.loli.net/2024/08/01/bjEdXJ2u9vsCqS3.png)
## Samples
|||||
|---|---|---|---|
|![](./images/311.png)|![](./images/314.png)|![](./images/317.png)|![](./images/319.png)|
|![](./images/320.png)|![](./images/324.png)|![](./images/337.png)|![](./images/341.png)|## Known issues
Exporting at the second time is broken now...## Linux support
Of course the converter is cross-platform. The GUI is using WPF and is only available on Windows. If you want to use the converter in linux, currently you have to write your own code (extract the function `Run` in `MainWindows.xaml.cs`)## Future plan
- Implement the converter fully in C#
- Speed up by multithreading