Piwigo / piwigo-flutter-app

Piwigo mobile application for Android
GNU General Public License v2.0
83 stars 26 forks source link

app上传gif图,到服务器之后是静态的 #164

Closed renshinizhenhao closed 10 months ago

renshinizhenhao commented 11 months ago

app上传gif图,到服务器之后是静态的。我去浏览器网页上上传是正常的。

remi-martin commented 11 months ago

Hi, this issue comes from the compress method that was used to reduce image quality and remove metadatas according to their respective options in the app's settings. This method was only available for jpg, png and heic, not gif.

I will stop using the Compress package and find another solution.

remi-martin commented 11 months ago

This is fixed and will be applied for next update 2.2.1.