File: control

package info (click to toggle)
jpegpixi 1.1.1-4.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 840 kB
  • ctags: 215
  • sloc: ansic: 2,698; sh: 787; makefile: 80
file content (23 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
Source: jpegpixi
Section: graphics
Priority: optional
Maintainer: Kevin Coyner <kcoyner@debian.org>
Build-Depends: cdbs, debhelper (>= 5), libjpeg-dev
Standards-Version: 3.7.3
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.