python-imaging 1.1.7+2.0.0-1.1ubuntu1 source package in Ubuntu

Changelog

python-imaging (1.1.7+2.0.0-1.1ubuntu1) trusty; urgency=low

  * Merge with Debian unstable, remaining changes:
    - Add PngImagePlugin.py to PILcompat directory.
    - Add autopkgtest.
  * Provide transitional packages for all old packages to their new
    python-policy-compliant names.

python-imaging (1.1.7+2.0.0-1.1) unstable; urgency=low

  * Non-maintainer upload
  * Rename python3-imaging* packages to python3-pil*
  * Rename python-imaging to python-pil and python-imaging-compat to
    python-imaging (use python-imaging until given package imports Image
    directly, i.e. needs .pth file)
  * Rename python-imaging-tk to python-pil.imagetk, provide the old name
  * Rename python-imaging-sane to python-sane, provide the old name
  * Rename other python-imaging-* packages to python-pil-* and Provide the old
    names
 -- Dmitry Shachnev <email address hidden>   Sun, 17 Nov 2013 11:34:27 +0400

Upload details

Uploaded by:
Dmitry Shachnev
Sponsored by:
Daniel Holbach
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-imaging_1.1.7+2.0.0.orig.tar.gz 1.2 MiB 4cdc92bf8aae5dfe160bd1355339fc1bb2c73772f93689640977001729156920
python-imaging_1.1.7+2.0.0-1.1ubuntu1.debian.tar.gz 13.4 KiB b62b2ca19043aa7409838071e1f015f9d147527077f9472cdb3befb6d260375a
python-imaging_1.1.7+2.0.0-1.1ubuntu1.dsc 3.0 KiB 210a1a8652a8cf34077db6c8201d078b88ec197d320b0c0504af8ce75d40e75b

View changes file

Binary packages built by this source

python-imaging: Python Imaging Library compatibility layer

 PIL used to provide a PIL.pth file which allowed you to `import Image` but
 this is deprecated. Use `from PIL import Image` now, or install this
 compatibility package to temporarily get the old behavior back.
 .
 This compatibility package is built for Python 2 only.

python-imaging-compat: Dummy transitional package

 This is a transitional package to python-imaging and can be safely
 removed.

python-imaging-dbg: Dummy transitional package

 This is a transitional package to python-pil-dbg and can be safely
 removed.

python-imaging-doc: Dummy transitional package

 This is a transitional package to python-pil-doc and can be safely
 removed.

python-imaging-sane: Dummy transitional package

 This is a transitional package to python-sane and can be safely
 removed.

python-imaging-sane-dbg: Dummy transitional package

 This is a transitional package to python-sane-dbg and can be safely
 removed.

python-imaging-tk: Dummy transitional package

 This is a transitional package to python-pil.imagetk and can be safely
 removed.

python-imaging-tk-dbg: Dummy transitional package

 This is a transitional package to python-pil.imagetk-dbg and can be
 safely removed.

python-pil: Python Imaging Library (Pillow fork)

 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).

python-pil-dbg: 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.

python-pil-doc: 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.

python-pil.imagetk: Python Imaging Library - ImageTk Module (Pillow fork)

 Tk dependent python-pil module.

python-pil.imagetk-dbg: Python Imaging Library - ImageTk Module (debug extension)

 Tk dependent python-pil module.
 .
 This package contains the extension built for the Python debug interpreter.

python-sane: Python Imaging Library - SANE interface (Pillow fork)

 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.

python-sane-dbg: 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.

python3-imaging: Dummy transitional package

 This is a transitional package to python3-pil and can be safely
 removed.

python3-imaging-dbg: Dummy transitional package

 This is a transitional package to python3-pil-dbg and can be safely
 removed.

python3-imaging-sane: Dummy transitional package

 This is a transitional package to python3-sane and can be safely
 removed.

python3-imaging-sane-dbg: Dummy transitional package

 This is a transitional package to python3-sane-dbg and can be safely
 removed.

python3-imaging-tk: Dummy transitional package

 This is a transitional package to python3-pil.imagetk and can be safely
 removed.

python3-imaging-tk-dbg: Dummy transitional package

 This is a transitional package to python3-pil.imagetk-dbg and can be
 safely removed.

python3-pil: 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).

python3-pil-dbg: 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.

python3-pil.imagetk: Python Imaging Library - ImageTk Module (Python3)

 Tk dependent python-pil module.

python3-pil.imagetk-dbg: Python Imaging Library - ImageTk Module (Python3 debug extension)

 Tk dependent python-pil module.
 .
 This package contains the extension built for the Python debug interpreter.

python3-sane: Python Imaging Library - SANE interface (Python3)

 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.

python3-sane-dbg: Python Imaging Library - SANE interface (Python3 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.