Ninjakreborn Posted June 21, 2010 Share Posted June 21, 2010 I have fought with image handling for a long time. I have done it manually, as well as used third party tools. I always seem to have issues with image handling of any type however. Anything dealing with resizing, cropping, or image work I end up having issues with. So I have a few questions. What is the best way for me to approach dealing with images. I mean the whole nine yards...validating filetype, validating size, performing resizing/cropping, and reducing filesize. Preferably I would rather use one of those image.php files that do it via a url call but I haven't been able to find one that does what I need. Currently I am needing to resize images down to 80 pixels height...then reducing the width down to scale based off the height without reducing scale quality. I also need to reduce the filesize as well so it's more acceptable for that size of an image. Is there an easy way to do this using one of those third party image.php files or is something like this really easy to do on upload? Quote Link to comment https://forums.phpfreaks.com/topic/205409-image-handling/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.