File: control

package info (click to toggle)
jpegpixi 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 900 kB
  • sloc: ansic: 2,698; sh: 787; makefile: 77
file content (26 lines) | stat: -rw-r--r-- 1,154 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
Source: jpegpixi
Section: graphics
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), libjpeg-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian/jpegpixi
Vcs-Git: https://salsa.debian.org/debian/jpegpixi.git
Rules-Requires-Root: no
Homepage: http://www.zero-based.org/software/jpegpixi/

Package: jpegpixi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Remove hot spots from JPEG images with minimal quality loss
 jpegpixi is short for "JPEG pixel interpolator". It is a command-line utility
 which interpolates pixels in JFIF images (commonly referred to as "JPEG
 images"). This is useful to correct images from a digital camera with CCD
 defects.
 .
 jpegpixi tries to preserve the quality of the JFIF image as much as possible.
 Most graphics programs decode JFIF images when they are loaded, and re-encode
 them when they are saved, which results in an overall loss of quality.
 jpegpixi, on the other hand, does not decode and re-encode the image, but
 manipulates the encoded image data. In doing so, it also preserves EXIF
 metadata.