can i increase the brightness of the image in php
Moderator: General Moderators
-
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
can u please tell me is there a way for increasing the brightness of the image
Re: can i increase the brightness of the image in php
imagegammacorrect() .. although that's not technically the same thing. But I reckon it's what you're after.