pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/jpegpixi Import from pkgsrc-wip, package by G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f663787377a1
branches:  trunk
changeset: 484739:f663787377a1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 29 14:16:57 2004 +0000

description:
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:

 graphics/jpegpixi/DESCR    |  16 ++++++++++++++++
 graphics/jpegpixi/Makefile |  18 ++++++++++++++++++
 graphics/jpegpixi/PLIST    |  14 ++++++++++++++
 graphics/jpegpixi/distinfo |   4 ++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r da675dde4d50 -r f663787377a1 graphics/jpegpixi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpegpixi/DESCR   Mon Nov 29 14:16:57 2004 +0000
@@ -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 -r da675dde4d50 -r f663787377a1 graphics/jpegpixi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpegpixi/Makefile        Mon Nov 29 14:16:57 2004 +0000
@@ -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@localhost
+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 -r da675dde4d50 -r f663787377a1 graphics/jpegpixi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpegpixi/PLIST   Mon Nov 29 14:16:57 2004 +0000
@@ -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 -r da675dde4d50 -r f663787377a1 graphics/jpegpixi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/jpegpixi/distinfo        Mon Nov 29 14:16:57 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index