View Single Post
  #3  
Old June 7th 06, 05:02 AM posted to comp.graphics.algorithms,rec.photo.digital
external usenet poster
 
Posts: n/a
Default 'Magic' kernel for image zoom resampling?

Factor of two resampling is trivial. It's the other ratios that tend to
produce beats where pixels go in and out of phase with the original.
Various algorithms attempt to reduce the beats without blurring the
image too much. One trick is to find image edges and nudge them into
alignment with the destination pixels, but that only creates a different
kind of distortion.