File: control

package info (click to toggle)
pythonmagick 0.9.19-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,744 kB
  • sloc: sh: 4,363; cpp: 2,849; perl: 279; python: 175; makefile: 124
file content (37 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download
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
Source: pythonmagick
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Vcs-Git: https://salsa.debian.org/python-team/modules/pythonmagick.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pythonmagick
Uploaders: Carl Fürstenberg <azatoth@gmail.com>,
 Bastien Roucariès <roucaries.bastien+debian@gmail.com>
Build-Depends:
 autoconf-archive (>= 20160916),
 dh-python,
 debhelper-compat (= 12),
 libboost-python-dev (>= 1.34.1-8),
 libmagick++-dev (>= 8:6.8.6),
 libtool (>= 1.5),
 pkg-config,
 python3-all,
 python3-all-dev,
 python3-setuptools
Standards-Version: 4.5.0
Homepage: http://www.imagemagick.org

Package: python3-pythonmagick
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Object-oriented Python 3 interface to ImageMagick
 PythonMagick an interface to ImageMagick to give all the functionality
 of ImageMagick++ into Python 3.
 .
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).