1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Source: python-imaging
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: tk8.5-dev, python-all-dev (>= 2.6.5-9~), python-all-dbg, python-tk-dbg (>= 2.5.2-1.1), libsane-dev, libfreetype6-dev, libjpeg62-dev, zlib1g-dev, liblcms1-dev, debhelper (>= 5.0.37.1)
Build-Conflicts: python-numarray
XS-Python-Version: all
Standards-Version: 3.9.0
Package: python-imaging
Architecture: any
Depends: ${python:Depends}, mime-support | python-imaging-tk, ${shlibs:Depends}
Suggests: python-imaging-doc, python-imaging-dbg
Conflicts: pil, python-pil, python2.3-imaging, python2.4-imaging
Replaces: pil, python-pil, python2.3-imaging, python2.4-imaging
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python Imaging Library
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: python-imaging-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-imaging (= ${binary:Version}), python-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Description: Python Imaging Library (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: python-imaging-tk
Architecture: any
Depends: python-imaging (= ${binary:Version}), python-tk (>= 2.5.2-1.1), ${python:Depends}, ${shlibs:Depends}
Conflicts: python-imaging (<< 1.0.1-3), python2.3-imaging-tk, python2.4-imaging-tk
Replaces: python-imaging (<< 1.0.1-3), python2.3-imaging-tk, python2.4-imaging-tk
Suggests: python-imaging-doc, python-imaging-tk-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python Imaging Library - ImageTk Module
Tk dependent python-imaging module.
Package: python-imaging-tk-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-imaging-tk (= ${binary:Version}), python-imaging-dbg (= ${binary:Version}), python-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Description: Python Imaging Library - ImageTk Module (debug extension)
Tk dependent python-imaging module.
.
This package contains the extension built for the Python debug interpreter.
Package: python-imaging-sane
Architecture: any
Depends: python-imaging (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}
Conflicts: python2.3-imaging-sane, python2.4-imaging-sane
Replaces: python2.3-imaging-sane, python2.4-imaging-sane
Recommends: python-tk (>= 2.5.2-1.1)
Suggests: python-imaging-doc, python-imaging-sane-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python Imaging Library - SANE interface
The imaging-sane module is a Python interface to the SANE (Scanner
Access is Now Easy) library, which provides access to various raster
scanning devices such as flatbed scanners and digital cameras.
Package: python-imaging-sane-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-imaging-sane (= ${binary:Version}), python-imaging-dbg (= ${binary:Version}), python-dbg, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Description: Python Imaging Library - SANE interface (debug extension)
The imaging-sane module is a Python interface to the SANE (Scanner
Access is Now Easy) library, which provides access to various raster
scanning devices such as flatbed scanners and digital cameras.
.
This package contains the extension built for the Python debug interpreter.
Package: python-imaging-doc
Section: doc
Architecture: all
Suggests: python-imaging-doc-html, python-imaging-doc-pdf, python-doc, python-imaging, python-imaging-tk
Replaces: python-pil-doc
Conflicts: python-pil-doc
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-imaging-doc-html or
python-imaging-doc-pdf packages for the PIL handbook documentation.
|