jump to navigation

PHP image resizer/rounder August 2, 2007

Posted by deltawing in PHP.
add a comment

Need to resize an image or round the corners, but can’t be bothered opening Photoshop?

The PHP resizer rounder aka “PictureMagic” is uploaded at

www.j7labs.com/picturemagic.html

I’m unsatisfied with the quality of the rounded corners – there appears to be blurring. Oh well, I’ve spent way to long trying to hunt down the problem so I’m going to give it a break. It might be something to do with PHP’s imagecolorallocate(image resource, R, G, B) function, which is still a little confusing to me >.<

I’d also like to add checkboxes that allows you to add frames/borders/watermarks etc. Hopefully I’ll soon get the free time to do it.