Hi,
I really do like how PW crops and resizes images but, you know, I always want more So my little wish list goes like this:
Set quality on the fly: $thumb = $image->size(100,100,75) - some images like logos need 90% quality and some would only need 75. And you could argue that some could cop a 50% hit in image quality - full page background images for example.
Set the position of where the crop takes place ala phpThumb (useful yet hideous in many ways): $thumb = $image->size(100,100,90,TL) or $thumb = $image->size(100,100,90,TR) or $thumb = $image->size(100,100,90,C)
Cheers
Marty