coobird / thumbnailator

Thumbnailator - a thumbnail generation library for Java
MIT License
5.14k stars 784 forks source link

请问如果压缩gif才能保持gif的动画呢? #167

Closed WangJincheng4869 closed 3 years ago

WangJincheng4869 commented 3 years ago

Expected behavior

Please describe what you are expecting the library to perform.

Actual behavior

Please describe the actual behavior you are experiencing, including stack trace and other information which would help diagnose the issue.

Steps to reproduce the behavior

Please enter step-by-step instructions for reproducing the actual behavior. Including code can be helpful in diagnosing issue, but please keep the code to a minimal that will reproduce the behavior.

Environment

Please provide vendor and version information for the Operating System, JDK, and Thumbnailator. Please feel free to add any other information which may be pertinent.

coobird commented 3 years ago

Thumbnailator does not support animated images (such as animated GIF) right now. Hopefully it will be supported in the future.

Closing as a duplicate of #30.

WangJincheng4869 commented 3 years ago

Thumbnailator does not support animated images (such as animated GIF) right now. Hopefully it will be supported in the future.

Closing as a duplicate of #30.

gif压缩我只想到了抽帧的方式,希望这个工具以后会支持!