File: control

package info (click to toggle)
libpillowfight 0.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,684 kB
  • sloc: ansic: 3,540; python: 803; makefile: 114; sh: 13
file content (55 lines) | stat: -rw-r--r-- 2,244 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: libpillowfight
Section: python
Priority: optional
Maintainer: Thomas Perret <thomas.perret@phyx.fr>
Build-Depends: debhelper-compat (= 13), cmake, dh-python, libpython3-all-dev, libpython3-all-dbg, python3-all-dev:any, python3-all-dbg:any, python3-setuptools, python3-pytest
Standards-Version: 4.6.1
Homepage: https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight
Vcs-Browser: https://salsa.debian.org/openpaperwork-team/libpillowfight
Vcs-Git: https://salsa.debian.org/openpaperwork-team/libpillowfight.git
Rules-Requires-Root: no

Package: python3-pypillowfight
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Python 3 bindings for libpillowfight
 Really simple C Library containing various image processing algorithms.
 It includes Python 3 bindings designed to operate on Pillow images.
 .
 This package installs the library for Python 3.

Package: libpillowfight-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpillowfight0 (= ${binary:Version}), ${misc:Depends}
Breaks: libpillowfight (<< ${binary:Version})
Description: Various image processing algorithms library - development files
 Really simple C Library containing various image processing algorithms.
 It includes several image processing algorithms specialized for scanned paper
 described in the library package.
 .
 This package installs the development headers

Package: libpillowfight0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libpillowfight (<< ${binary:Version})
Description: Various image processing algorithms library
 Really simple C Library containing various image processing algorithms.
 It includes the following algorithms:
  - Unpaper's algorithms: Blackfilter, Noisefilter, Blurfilter, Masks,
 Grayfilter, Border
  - Canny edge detection
  - Sobel operator
  - Gaussian blur
  - ACE (Automatic Color Equalization ; Parallelized implementation)
  - SWT (Stroke Width Transformation)
  - Compare : Compare two images (grayscale) and makes the pixels that are
 different really visible (red).
  - Scan borders: Tries to detect the borders of a page in an image coming from
 a scanner.
 .
 This package installs the C library