加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
control 4.13 KB
一键复制 编辑 原始数据 按行查看 历史
openKylinBot 提交于 2022-04-25 22:03 . Import Debian changes 7.0.0-ok1
Source: pillow
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), tk-dev, dpkg-dev (>= 1.16.1~),
dh-python,
python2,
python3-all-dev, python3-all-dbg, python3-setuptools,
python3-tk, python3-tk-dbg,
python3-pytest,
python3-olefile,
python3-cffi,
libfreetype6-dev, libjpeg-dev, zlib1g-dev, liblcms2-dev,
libtiff5-dev | libtiff-dev, libwebp-dev, libraqm-dev,
libimagequant-dev,
Build-Depends-Indep: python3-sphinx, python3-sphinx-rtd-theme,
Standards-Version: 4.5.0
Homepage: http://python-pillow.github.io/
XS-Testsuite: autopkgtest
Package: python3-pil
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends}, mime-support | python3-pil.imagetk,
${shlibs:Depends}, ${misc:Depends}
Recommends: python3-olefile
Suggests: python-pil-doc, python3-pil-dbg
Provides: ${python:Provides}, python3-pillow
Conflicts: python3-imaging (<< 1.1.7+2.0.0-0)
Breaks: python3-imaging (<< 1.1.7+2.0.0-0)
Replaces: python3-imaging (<< 1.1.7+2.0.0-0)
Description: Python Imaging Library (Python3)
The Python Imaging Library (PIL) adds an image object to your Python
interpreter. You can load images from a variety of file formats, and
apply a rich set of image operations to them.
.
Image Objects:
o Bilevel, greyscale, palette, true colour (RGB), true colour with
transparency (RGBA).
o colour separation (CMYK).
o Copy, cut, paste operations.
o Flip, transpose, resize, rotate, and arbitrary affine transforms.
o Transparency operations.
o Channel and point operations.
o Colour transforms, including matrix operations.
o Image enhancement, including convolution filters.
.
File Formats:
o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG,
MSP, PDF, PNG, PPM, TIFF, XBM.
o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC,
MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM.
o Save only: PDF, EPS (without ghostscript).
Package: python3-pil-dbg
Section: debug
Priority: optional
Architecture: any
Multi-Arch: same
Depends: python3-pil (= ${binary:Version}), python3-dbg,
${shlibs:Depends}, ${misc:Depends}
Breaks: python3-imaging-dbg (<< 1.1.7+2.0.0-0)
Replaces: python3-imaging-dbg (<< 1.1.7+2.0.0-0)
Description: Python Imaging Library (Python3 debug extension)
The Python Imaging Library (PIL) adds an image object to your Python
interpreter. You can load images from a variety of file formats, and
apply a rich set of image operations to them.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-pil.imagetk
Architecture: any
Multi-Arch: same
Depends: python3-pil (= ${binary:Version}),
python3-tk (>= 3.4.1-0),
${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-pil-doc, python3-pil.imagetk-dbg
Provides: ${python:Provides}
Breaks: python3-imaging-tk (<< 1.1.7+2.0.0-0)
Replaces: python3-imaging-tk (<< 1.1.7+2.0.0-0)
Description: Python Imaging Library - ImageTk Module (Python3)
Tk dependent python-pil module.
Package: python3-pil.imagetk-dbg
Section: debug
Priority: optional
Architecture: any
Multi-Arch: same
Depends: python3-pil.imagetk (= ${binary:Version}),
python3-pil-dbg (= ${binary:Version}),
python3-dbg, ${shlibs:Depends}, ${misc:Depends}
Breaks: python3-imaging-tk-dbg (<< 1.1.7+2.0.0-0)
Replaces: python3-imaging-tk-dbg (<< 1.1.7+2.0.0-0)
Description: Python Imaging Library - ImageTk Module (Python3 debug extension)
Tk dependent python-pil module.
.
This package contains the extension built for the Python debug interpreter.
Package: python-pil-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python3-doc, python3-pil, python3-pil.imagetk
Description: Examples for the Python Imaging Library
The Python Imaging Library (PIL) adds an image object to your
Python interpreter. You can load image objects from a variety of file
formats, and apply a rich set of image operations to them.
.
This package contains PIL API documentation and some example scripts.
You may also want to look at the python-pil-doc-html or
python-pil-doc-pdf packages for the PIL handbook documentation.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化