Aghajari / AXrLottie

AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rLottie)
Apache License 2.0
147 stars 26 forks source link

[Request] Should support tgs - telegram animation sticker file #6

Closed chihung93 closed 3 years ago

chihung93 commented 3 years ago

I think Samsung - Rlottie support TGS, so you should add more feature to support this kind of format. Thanks.

@Aghajari

hantrungkien commented 3 years ago

@chihung93 Yes. It just is a gzip file contains json file with purpose reduce capacity to speed up download. We will support it soon. https://github.com/Aghajari/AXrLottie/issues/4#issuecomment-772275432

Aghajari commented 3 years ago

Done

AXrLottie.addFileExtension(new GZipFileExtension(".tgs"));