Bug 39157 - new port: graphics/jpegpixi
Summary: new port: graphics/jpegpixi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 18:20 UTC by Amar Takhar
Modified: 2002-06-20 05:48 UTC (History)
0 users

See Also:


Attachments
file.shar (2.52 KB, text/plain)
2002-06-11 18:20 UTC, Amar Takhar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Amar Takhar 2002-06-11 18:20:01 UTC
"Jpegpixi" is short for "JPEG pixel interpolator". The intent of the
program is to interpolate pixels in JFIF images (commonly refered to as
"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 away with jpegpixi.

Jpegpixi is unique in that it tries to preserve the quality of the JFIF
image as much as possible. Usual 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 (known as the "DCT coefficients"). Therefore, the blocks (typically 
8x8, 8x16, or 16x16 pixel areas) which contain the pixels to be
interpolated are minimally disturbed, and other blocks remain
pixel-by-pixel identical to the original image.

WWW: http://jpegpixi.sourceforge.net/
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-20 05:47:59 UTC
State Changed
From-To: open->closed

committed, thanks