summaryrefslogtreecommitdiff
path: root/graphics/jpegpixi
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-29 14:16:57 +0000
committerwiz <wiz>2004-11-29 14:16:57 +0000
commit0d7216fe52c313297fcb8d1faf458c37b3d9aa92 (patch)
tree50fec402a55337447e290f9b931e8193f905f04e /graphics/jpegpixi
parente9b2136a820c0b84ec8a9b8540e3f1fec38cc930 (diff)
downloadpkgsrc-0d7216fe52c313297fcb8d1faf458c37b3d9aa92.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/DESCR16
-rw-r--r--graphics/jpegpixi/Makefile18
-rw-r--r--graphics/jpegpixi/PLIST14
-rw-r--r--graphics/jpegpixi/distinfo4
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