madoka
8th May 2002, 22:51
Although I personally feel that the built-in resize functions are adequate, I'm the minority for there exist several different resize plug-ins. So I though this information may be of use to someone.
In the May issue of Dr. Dobb's Journal there's an article about an image resize algorithm that's nearly as fast as "nearest neighbor" and produce results comparable to "bilinear resize." It's titled "Image Scaling With Bresenham," and the source code accompanying the article is here (http://www.ddj.com/ftp/2002/2002_05/image.zip).
If it's indeed useful, perhaps someone will write a plug-in based on this.
In the May issue of Dr. Dobb's Journal there's an article about an image resize algorithm that's nearly as fast as "nearest neighbor" and produce results comparable to "bilinear resize." It's titled "Image Scaling With Bresenham," and the source code accompanying the article is here (http://www.ddj.com/ftp/2002/2002_05/image.zip).
If it's indeed useful, perhaps someone will write a plug-in based on this.