在 Python 中操作 WebP 图像
我正在寻找类似 PIL(Python 图像库)之类的东西,遗憾的是它不支持 WebP 图像。
我希望能够调整大小和裁剪。或者至少转换为 JPEG,然后我可以使用 PIL 来处理它。
I'm looking for something like PIL (Python Imaging Library), which sadly doesn't support WebP images.
I'd like to be able to do resizes and crops. Or at least convert to JPEG and then I can work it with PIL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看:
http://code.google.com/p/python-webm/
我能够浏览测试文件以了解他们是如何做到的。
Take a look at:
http://code.google.com/p/python-webm/
I was able to walk through the test file to see how they were doing it.
imagemagick 的转换工具,版本 6.5.7-8 或更高版本,可以操作WebP图片。
此外,Google 还提供了适用于 Linux、Windows 和 Mac OS X 的编码器和解码器。
imagemagick's convert tool, version 6.5.7-8 or better, can manipulate WebP images.
Also, Google provides an encoder and decoder for Linux, Windows and Mac OS X.
这是一篇较晚的文章,但 PIL(Pillow)模块支持 webp 图像格式。
支持的文件格式和有关支持级别的额外信息如下:
This is a late post but the PIL (Pillow) module supports the webp image format.
The supported file formats and extra information about levels of support is here: