Brighten images with PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dag Eilertsen

    Brighten images with PHP

    Are there any functions in the GD library that can be used to brighten
    jpegs?

    Tnx!


  • Chung Leong

    #2
    Re: Brighten images with PHP


    "Dag Eilertsen" <dag.erik.eiler tsen@broadpark. no> wrote in message
    news:40d21dbd@n ews.broadpark.n o...[color=blue]
    > Are there any functions in the GD library that can be used to brighten
    > jpegs?
    >
    > Tnx!
    >
    >[/color]

    Try imagegammacorre ct();


    Comment

    Working...