Eric Wood wrote:
> I'm currently using a script that uses the GD library to resize
> images: http://kentung.f2o.org/scripts/thumbnail/
> 
> The problem is that I don't like the way it does bi-cubic sampling -
> makes the thumbnail look pixelated.  Does anyone know of a way to
> make thumbnails with  bi-linear sampling?
> 
> -eric wood


I think I've found what I was lookinf for:
http://de3.php.net/manual/en/function.imagecopyresampled.php
-eric

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to