Re: How do I resize an image to a given window size?
Posted by Robert S on 01/27/07 04:28
> image quality, but you can fix that by using an Unsharp Mask. Here's one
> written in Php:http://vikjavev.no/computing/ump.php
>
> ImageMagick also has a good unsharp mask.
>
Thanks. I've actually used the unsharp mask in ImageMagick for my
thumbnails and I've used the PHP one on my script. I think its OK for
thumbnails but its pretty slow for a full-sized image.