[Digikam-devel] [Bug 152192] resize really bad qualitatively

Fabien fabien.ubuntu at gmail.com
Tue Nov 13 17:52:58 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=152192         




------- Additional Comments From fabien.ubuntu gmail com  2007-11-13 18:52 -------
And finally last links :

* The myth of infinite detail: Bilinear vs. Bicubic
http://www.codinghorror.com/blog/archives/000367.html

* Better Image Resizing
http://www.codinghorror.com/blog/archives/000903.html

<<
After some experimentation, I came up with these rules of thumb:

    * When making an image smaller, use bicubic, which has a natural sharpening effect. You want to emphasize the data that remains in the new, smaller image after discarding all that extra detail from the original image.
  
    * When making an image larger, use bilinear, which has a natural smoothing effect. You want to blend over the interpolated fake detail in the new, larger image that never existed in the original image. 
>>


This is why I think we should have a choice of a few algorithms...



More information about the Digikam-devel mailing list