File: control

package info (click to toggle)
farbfeld 4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: ansic: 622; sh: 65; makefile: 58
file content (31 lines) | stat: -rw-r--r-- 1,014 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
Source: farbfeld
Section: graphics
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders:
 Paride Legovini <paride@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 libjpeg-dev,
 libpng-dev,
Standards-Version: 4.6.1
Homepage: https://tools.suckless.org/farbfeld
Vcs-Git: https://salsa.debian.org/debian-phototools-team/farbfeld.git
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/farbfeld

Package: farbfeld
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 imagemagick,
Description: Lossless image format which is easy to parse, pipe and compress
 Farbfeld is a lossless image format designed to be parsed and piped
 easily. It is designed to be as simple as possible, leaving the task
 of compression to outside tools, beating PNG's filesize in many
 cases.
 .
 This package contains tools for converting between farbfeld format
 and other image formats (png, jpeg, ppm, pam, gif).