tibberous Posted October 22, 2007 Share Posted October 22, 2007 I was searching on google and couldn't find anything that would do this. I am looking for a free, Flash / PHP setup to crop images, as well as change the brightness and contrast. I found a few things that do cropping, none that do brightness / contrast. I am thinking of writing my own, and using image magick for the backend of it - just wanted to see if anyone already knows of something like this. Quote Link to comment https://forums.phpfreaks.com/topic/74264-need-web-based-image-cropping-brightness-contrast-changing/ Share on other sites More sharing options...
pocobueno1388 Posted October 22, 2007 Share Posted October 22, 2007 Use the imagefilter() function. http://lv.php.net/imagefilter It has: IMG_FILTER_BRIGHTNESS IMG_FILTER_CONTRAST There are a few classes/functions that come up on Google for cropping http://www.google.com/search?hl=en&q=PHP+crop+image&btnG=Search Quote Link to comment https://forums.phpfreaks.com/topic/74264-need-web-based-image-cropping-brightness-contrast-changing/#findComment-375223 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.