smart_resize_image icon indicating copy to clipboard operation
smart_resize_image copied to clipboard

(Written in 2007-08) PHP function for image resizing that does what you think it should, the right way.

Results 7 smart_resize_image issues
Sort by recently updated
recently updated
newest added

Thanks for the great code, i really appreciate it. I was searching for this kind or code for a long time so i found it here. i made a question...

All in all, it's a very handy script. My issue is - I'm using it not only to cut to size, but also to save on bandwidth. I ran the...

In this program, some variables are wrong name. @maxim please check this one!

Where does the variables $trnprt_indx and $trnprt_color comes from?

Hi, I'm using the smart_resize_image in many servers, But there is one in particular that gives me back an Error 500 and can't find the issue

Seems like it'd be useful be to able to limit any image's size if and only if it exceeds the maximums. (I don't think that this is supported, at least)...

I get an error when the second parameter passed to imagejpeg is NULL. Unable to open '' for writing in ... I worked around the issue by changing the switch...