Jump to content

Need web based image cropping, brightness / contrast changing


tibberous

Recommended Posts

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.

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

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.