can i increase the brightness of the image in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lokesh_kumar_s
Forum Commoner
Posts: 48
Joined: Mon Apr 13, 2009 5:39 am
Contact:

can i increase the brightness of the image in php

Post by lokesh_kumar_s »

can u please tell me is there a way for increasing the brightness of the image
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: can i increase the brightness of the image in php

Post by onion2k »

imagegammacorrect() .. although that's not technically the same thing. But I reckon it's what you're after.
Post Reply