diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-29 14:16:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-29 14:16:57 +0000 |
commit | eba36efcd513cdcb3f75d5ee24669d508c9c5b5b (patch) | |
tree | 50fec402a55337447e290f9b931e8193f905f04e /graphics/jpegpixi | |
parent | 8bf3d2f3668d9b66b4fd88cdf17f09921217bb7b (diff) | |
download | pkgsrc-eba36efcd513cdcb3f75d5ee24669d508c9c5b5b.tar.gz |
Import from pkgsrc-wip, package by Greg Troxel:
Jpegpixi is short for JPEG Pixel Interpolator. The intent of the
program is to interpolate pixels (single pixels, dots, stripes) in
JPEG images. This is useful to correct images from a digital camera
with CCD defects. For example, if one pixel is always bright green,
this pixel can be interpolated with jpegpixi.
Jpegpixi is unique in that it tries to preserve the quality of the
JPEG image as much as possible. Usual graphics programs decode JPEG
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, only decodes the DCT blocks (typically 8x8, 16x8, or 16x16 pixel
areas) which contain pixels to be interpolated, and when it re-encodes
them, it uses exactly the same parameters with which the image has
originally been encoded. These blocks are therefore only minimally
disturbed, and other blocks remain pixel-by-pixel identical to the
original image.
Diffstat (limited to 'graphics/jpegpixi')
-rw-r--r-- | graphics/jpegpixi/DESCR | 16 | ||||
-rw-r--r-- | graphics/jpegpixi/Makefile | 18 | ||||
-rw-r--r-- | graphics/jpegpixi/PLIST | 14 | ||||
-rw-r--r-- | graphics/jpegpixi/distinfo | 4 |
4 files changed, 52 insertions, 0 deletions
diff --git a/graphics/jpegpixi/DESCR b/graphics/jpegpixi/DESCR new file mode 100644 index 00000000000..b6c7670abd5 --- /dev/null +++ b/graphics/jpegpixi/DESCR @@ -0,0 +1,16 @@ +Jpegpixi is short for JPEG Pixel Interpolator. The intent of the +program is to interpolate pixels (single pixels, dots, stripes) in +JPEG images. This is useful to correct images from a digital camera +with CCD defects. For example, if one pixel is always bright green, +this pixel can be interpolated with jpegpixi. + +Jpegpixi is unique in that it tries to preserve the quality of the +JPEG image as much as possible. Usual graphics programs decode JPEG +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, only decodes the DCT blocks (typically 8x8, 16x8, or 16x16 pixel +areas) which contain pixels to be interpolated, and when it re-encodes +them, it uses exactly the same parameters with which the image has +originally been encoded. These blocks are therefore only minimally +disturbed, and other blocks remain pixel-by-pixel identical to the +original image. diff --git a/graphics/jpegpixi/Makefile b/graphics/jpegpixi/Makefile new file mode 100644 index 00000000000..86912a1fdc8 --- /dev/null +++ b/graphics/jpegpixi/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 14:16:57 wiz Exp $ + +DISTNAME= jpegpixi-1.0.3 +CATEGORIES= graphics +MASTER_SITES= http://www.zero-based.org/software/jpegpixi/ + +MAINTAINER= gdt@ir.bbn.com +HOMEPAGE= http://www.zero-based.org/software/jpegpixi/ +COMMENT= Low-loss JPEG interpolator to remove bad pixels + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/jpegpixi/PLIST b/graphics/jpegpixi/PLIST new file mode 100644 index 00000000000..43f1565d8b7 --- /dev/null +++ b/graphics/jpegpixi/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 14:16:57 wiz Exp $ +bin/jpeghotp +bin/jpegpixi +man/de/man1/jpeghotp.1 +man/de/man1/jpegpixi.1 +man/fi/man1/jpeghotp.1 +man/fi/man1/jpegpixi.1 +man/fr/man1/jpeghotp.1 +man/fr/man1/jpegpixi.1 +man/man1/jpeghotp.1 +man/man1/jpegpixi.1 +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/jpegpixi.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/jpegpixi.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/jpegpixi.mo diff --git a/graphics/jpegpixi/distinfo b/graphics/jpegpixi/distinfo new file mode 100644 index 00000000000..2721a272bb6 --- /dev/null +++ b/graphics/jpegpixi/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/29 14:16:57 wiz Exp $ + +SHA1 (jpegpixi-1.0.3.tar.gz) = c87b89f18a1392379ccf896cc8b88967e9d5261b +Size (jpegpixi-1.0.3.tar.gz) = 153432 bytes |