使用 sorl-thumbnail 调整大小的动画 gif
有没有可能用 sorl 调整 GIF 动画的大小?
Is there any possibility to resize animated gifs with sorl?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有可能用 sorl 调整 GIF 动画的大小?
Is there any possibility to resize animated gifs with sorl?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
哇,这是我从未想到的功能请求!
sorl.thumbnail
现在是引擎可配置的,并附带 PIL 和 pgmagick。我认为有一些方法可以让 imagemagick 调整动画 gif 的大小,所以也许 pgmagick 可以做到这一点,但我还没有测试过这一点,而且它不太可能按原样与附带的引擎一起工作。Wow, thats a feature request I would never expect!
sorl.thumbnail
is now engine configurable and comes with PIL and pgmagick. I think there are ways to make imagemagick resize animated gifs and so maybe pgmagick can do this but I have not tested this and its very unlikely to work with the shipped engines as is.我有工作解决方案(使用 sorl-thumbnail 11.12.1b 进行测试)。需要 Wand 后端:
I've got working solution (tested with sorl-thumbnail 11.12.1b). Requires Wand backend:
我设法让 sorl 与 gif 一起工作。
将它们放在代码中的某个位置:
您可以查看 sorl-thumnail 源代码以了解其工作原理
UPD:未经测试。仅当您确定自己在做什么时才使用此选项。
I managed to make sorl work with gif.
Put these somewhere in your code:
You can take a look at sorl-thumnail source to find how this works
UPD: It is untested. Use this only if you are sure about what you are doing.
我将分享我的例子:
I will share my example: