libpillowfight 0.3.0-1 source package in Ubuntu

Changelog

libpillowfight (0.3.0-1) unstable; urgency=medium

  * New upstream version 0.3.0
  * debian/control:
    - Rename library package with SONAME version
    - Update library description
      + Add scan borders to available algorithm list
      + Remove complete description from development headers package
  * debian/rules:
    - Allow crossbuilding
    - Explicitly use packages buildsystem in overridden targets
  * Bump Standards-Version to 4.4.1
    - Add Rules-Requires-Root: no to debian/control
    - Move deprecated upstream metadata to debian/copyright
  * Update copyright years and format and fix link (duck hints)
  * Add unittests as DEP-8 autopkgtests
  * Add Salsa CI jobs
  * Remove debian/clean (not needed anymore)

 -- Thomas Perret <email address hidden>  Sun, 13 Oct 2019 20:07:28 +0200

Upload details

Uploaded by:
Thomas Perret
Uploaded to:
Sid
Original maintainer:
Thomas Perret
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libpillowfight_0.3.0-1.dsc 2.2 KiB b72dbaf6aabc9a6339487b3d3d6760c573a0c08ddbc3c3646c57605d59cc12a6
libpillowfight_0.3.0.orig.tar.gz 15.6 MiB 8d075eda288d0d8e6d29ccda40c35bbf40d1703b17177bce826642561dcf3b0b
libpillowfight_0.3.0-1.debian.tar.xz 4.1 KiB 0461af2d92dc1d6d5ff58e5c445c2a6e386488abb0f641e484cc178d4823f895

No changes file available.

Binary packages built by this source

libpillowfight-dev: 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

libpillowfight0: 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

libpillowfight0-dbgsym: debug symbols for libpillowfight0
python3-pypillowfight: 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.

python3-pypillowfight-dbgsym: debug symbols for python3-pypillowfight