File: control

package info (click to toggle)
pixelize 2.0.0~git20220108.d1f9da9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 540 kB
  • sloc: ansic: 2,248; makefile: 50; python: 45
file content (28 lines) | stat: -rw-r--r-- 1,120 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
Source: pixelize
Section: graphics
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Uwe Hermann <uwe@debian.org>,
           Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
               libgtk-3-dev,
               python3,
               clang-format
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/pixelize
Vcs-Git: https://salsa.debian.org/debian-phototools-team/pixelize.git
Homepage: https://github.com/jcdubois/pixelize/
Rules-Requires-Root: no

Package: pixelize
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Create an image consisting of many small images
 Pixelize is a program that will use many scaled down images to
 try to duplicate, as closely as possible, another image.
 .
 Pixelize works by splitting up the image you want rendered (or
 duplicated) into a grid of small rectangular areas. Each area
 is analyzed, and replaced with an image chosen from a large
 database of images. Pixelize tries to pick images that best
 match each area.