Aliucord / plugin-requests

Plugin requests for Aliucord
43 stars 3 forks source link

Send animated stickers as gif instead of png #718

Open Neelgodly opened 2 years ago

Neelgodly commented 2 years ago

Discord Account

Jiggle-Wiggle#0726

Plugin Description

Using the fakestickers plugin, stationary stickers work totally fine. Animated though are sent as apng which works for the sender with 'AnimatedApng' plugin but won't work for regular discord users. It would be cool if it could be sent as a gif instead like betterdiscord's free stickers plugin does.

Go into more detail...

No response

Request Agreement

nyakowint commented 2 years ago

stickers are animated png/Lottie so not possible without converting to gif and increasing file size

Neelgodly commented 2 years ago

Yeah i knew stickers wer stored as apng but the fact that a BD plugin could do it made me feel like it would be possible with aliucord as well.

Anyways, thanks for the reply!

nyakowint commented 2 years ago

Well the BD plugin probably converts it to GIF anyways, so yes possible but not practical for mobile plugin

Neelgodly commented 2 years ago

Okay, I know this is late but I literally saw this just now... Can you please explain why it isn't practical for mobile? Thank you!

C10udburst commented 2 years ago

because the betterdiscord plugin uses wasm to convert apng to gif

Yu-Vitaqua-fer-Chronos commented 2 years ago

Could use asmble to compile WASM to Java :trollface: