Hello,
I’ve checked around on these and other forums, and can’t seem to find a good way to resize images with PHP while also reducing the file size. Is this even possible? I’ve seen some programs that include this as a feature, but I just want to write a simple script to do it.
I wrote a blog for my wife and I from scratch in PHP/MySQL, and made it easy for my wife to upload posts (custom Javascript WYSIWYG editor even!) and upload pictures. However, she’s currently using a third-party application to resize the pictures, and I would like to eliminate the need for this. I’ve seen some simple scripts that will resize the image, but it stills maintains the original file size.
If anybody could point me in the right direction, that’d be great! If you’re curious about the site, it’s http://www.rustyandben.com
Thanks!
BenLacy2112