双耳节拍 枕头_枕头2-5-0不在

双耳节拍 枕头

Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors

枕头是Alex Clark和Contributors的友好PIL叉子。 PIL是Fredrik Lundh和贡献者的Python影像库

Since Pillow 2.0 the Pillow Team has adopted a quarterly release cycle; as such, Pillow 2.5.0 is out! Here’s what’s new in this release:

从Pillow 2.0开始,Pillow团队采用了一个季度发布周期。 因此,Pillow 2.5.0已经发布! 这是此版本中的新增功能:

2.5.0(2014-07-01) (2.5.0 (2014-07-01))

  • Imagedraw rewrite [terseus, wiredfool]
  • Add support for multithreaded test execution [wiredfool]
  • Prevent shell injection #748 [mbrown1413, wiredfool]
  • Support for Resolution in BMP files #734 [gcq]
  • Fix error in setup.py for Python 3 [matthew-brett]
  • Pyroma fix and add Python 3.4 to setup metadata #742 [wirefool]
  • Top level flake8 fixes #741 [aclark]
  • Remove obsolete Animated Raster Graphics (ARG) support [hugovk]
  • Fix test_imagedraw failures #727 [cgohlke]
  • Fix AttributeError: class Image has no attribute ‘DEBUG’ #726 [cgohlke]
  • Fix msvc warning: ‘inline’ : macro redefinition #725 [cgohlke]
  • Cleanup #654 [dvska, hugovk, wiredfool]
  • 16-bit monochrome support for JPEG2000 [videan42]
  • Fixed ImagePalette.save [brightpisces]
  • Support JPEG qtables [csinchok]
  • Add binary morphology addon [dov, wiredfool]
  • Decompression bomb protection [hugovk]
  • Put images in a single directory [hugovk]
  • Support OpenJpeg 2.1 [al45tair]
  • Remove unistd.h #include for all platforms [wiredfool]
  • Use unittest for tests [hugovk]
  • ImageCms fixes [hugovk]
  • Added more ImageDraw tests [hugovk]
  • Added tests for Spider files [hugovk]
  • Use libtiff to write any compressed tiff files [wiredfool]
  • Support for pickling Image objects [hugovk]
  • Fixed resolution handling for EPS thumbnails [eliempje]
  • Fixed rendering of some binary EPS files (Issue #302) [eliempje]
  • Rename variables not to use built-in function names [hugovk]
  • Ignore junk JPEG markers [hugovk]
  • Change default interpolation for Image.thumbnail to Image.ANTIALIAS [hugovk]
  • Add tests and fixes for saving PDFs [hugovk]
  • Remove transparency resource after P->RGBA conversion [hugovk]
  • Clean up preprocessor cruft for Windows [CounterPillow]
  • Adjust Homebrew freetype detection logic [jacknagel]
  • Added Image.close, context manager support. [wiredfool]
  • Added support for 16 bit PGM files. [wiredfool]
  • Updated OleFileIO to version 0.30 from upstream [hugovk]
  • Added support for additional TIFF floating point format [Hijackal]
  • Have the tempfile use a suffix with a dot [wiredfool]
  • Fix variable name used for transparency manipulations [nijel]
  • Imagedraw重写[terseus,wiredool]
  • 添加对多线程测试执行的支持[wiredfool]
  • 防止注入外壳#748 [mbrown1413,wiredool]
  • 支持BMP文件#734 [gcq]中的解析
  • 修复Python 3的setup.py中的错误[matthew-brett]
  • Pyroma修复并添加Python 3.4以设置元数据#742 [wirefool]
  • 最高水平的flake8修复了#741 [aclark]
  • 删除过时的动画栅格图形(ARG)支持[hugovk]
  • 修复test_imagedraw错误#727 [cgohlke]
  • 修复AttributeError:类Image没有属性'DEBUG'#726 [cgohlke]
  • 修复msvc警告:“内联”:宏重新定义#725 [cgohlke]
  • 清理#654 [dvska,hugovk,wiredfool]
  • JPEG2000的16位单色支持[videan42]
  • 修复了ImagePalette.save [brightpisces]
  • 支持JPEG qtables [csinchok]
  • 添加二进制形态插件[dov,wiredool]
  • 减压炸弹保护[hugovk]
  • 将图片放在一个目录中[hugovk]
  • 支持OpenJpeg 2.1 [al45tair]
  • 删除所有平台的unistd.h #include [wiredfool]
  • 使用unittest进行测试[hugovk]
  • ImageCms修复[hugovk]
  • 添加了更多ImageDraw测试[hugovk]
  • 添加了对蜘蛛文件的测试[hugovk]
  • 使用libtiff编写任何压缩的tiff文件[wiredfool]
  • 支持腌制图像对象[hugovk]
  • 固定分辨率的EPS缩略图处理[eliempje]
  • 修复了一些二进制EPS文件的呈现(问题#302)[eliempje]
  • 重命名变量以不使用内置函数名称[hugovk]
  • 忽略垃圾JPEG标记[hugovk]
  • 将Image.thumbnail的默认插值更改为Image.ANTIALIAS [hugovk]
  • 添加测试和修复程序以保存PDF [hugovk]
  • 在P-> RGBA转换后删除透明度资源[hugovk]
  • 清理Windows的预处理程序碎片[CounterPillow]
  • 调整Homebrew自由类型检测逻辑[jacknagel]
  • 添加了Image.close,上下文管理器支持。 [傻瓜]
  • 增加了对16位PGM文件的支持。 [傻瓜]
  • 从上游[hugovk]将OleFileIO更新为版本0.30
  • 增加了对其他TIFF浮点格式的支持[Hijackal]
  • 让临时文件使用带点的后缀[wiredfool]
  • 修复用于透明度操作的变量名[nijel]

致谢 (Acknowledgements)

With every release, there are notable contributions I must acknowledge:

对于每个发行版,我必须承认以下重要贡献:

  • Thanks to Stephen Johnson for contributing http://pillow.readthedocs.org, we continue to rely on & extend this resource.
  • Thanks to Christopher Gohlke for producing Windows Egg, Exe, and Wheel distributions.
  • Thanks to Matthew Brett for producing OS X Wheels (for the first time ever!)
  • Thanks to Eric Soroos for his contributions and serving as “Pillow Man #2” (2nd in command).
  • Welcome to Hugo VK who has joined the Pillow Team & contributed significantly to this release.
  • Thanks to all the remaining unnamed contributors! We appreciate every commit.
  • 感谢Stephen Johnson贡献了http://pillow.readthedocs.org ,我们继续依赖并扩展了该资源。
  • 感谢Christopher Gohlke制作Windows Egg,Exe和Wheel发行版。
  • 感谢Matthew Brett制作了OS X Wheels(这是有史以来第一次!)
  • 感谢Eric Soroos的贡献并担任“ Pillow Man#2”(第二指挥官)。
  • 欢迎来到Hugo VK,他已经加入了Pillow团队,并对该版本做出了重大贡献。
  • 感谢所有其他未命名的贡献者! 我们感谢每次提交。

Enjoy Pillow 2.5.0 & please report issues here: https://github.com/python-imaging/Pillow/issues

享受Pillow 2.5.0并请在此处报告问题: https : //github.com/python-imaging/Pillow/issues

翻译自: https://www.pybloggers.com/2014/07/pillow-2-5-0-is-out/

双耳节拍 枕头

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值