After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 163674 - Need ultra-high quality interpolation filters. (Sources provided.)
Need ultra-high quality interpolation filters. (Sources provided.)
Status: RESOLVED DUPLICATE of bug 158127
Product: GIMP
Classification: Other
Component: libgimp
2.0.x
Other All
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-01-11 14:44 UTC by Adam Buchbinder
Modified: 2005-01-11 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Buchbinder 2005-01-11 14:44:34 UTC
I'm currently working on digitizing a number of art books using a copy stand and
digital camera for the Wikimedia Commons, at the highest possible quality.
(Using a scanner is not an option.) Invariably, the images will come out
slightly rotated, and need to be correctively transformed back, using the
Rotation tool.

My problem is that while using Cubic resampling provides acceptable results for
paintings, it results in blurring and loss of the detail in line drawings. I've
resorted to using PanoTools to do the transformation, but there's no reason why
Gimp shouldn't include it as well.

Various filters are available that will provide much better resolution. See some
 examples of what the higher-quality filters can do compared to the standard
bilinear and bicubic interpolators.

http://photocreations.ca/interpolator/

The filters are defined in the PanoTools distribution, in the file 'resample.c',
which is on SourceForge here:

http://cvs.sourceforge.net/viewcvs.py/panotools/libpano/resample.c?rev=1.8&view=auto

The 'Lanczos' filter used by many applications is just a windows Sinc filter,
which this provides.

While the higher-quality filters require significantly more time to run, the
benefits are very real and noticeable. For the highest possible image quality,
it would be very, very useful to have these resampling filters.

(Not to mention, of course, that this is something that I don't think Photoshop
provides.)
Comment 1 Joao S. O. Bueno 2005-01-11 16:08:36 UTC
 

*** This bug has been marked as a duplicate of 158127 ***