Login  Register

Auto Contrast set

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Auto Contrast set

Jon Harman
Hi,

I would like to have an auto brightness/contrast set macro.  Anyone know
how to do that?  When I try to use the macro record I get:
run("Brightness/Contrast...");
resetMinAndMax();

But that does not automatically calculate the "auto" B/C.


Thanks,
Jon
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Auto Contrast set

dscho
Hi,

On Thu, 28 Jul 2005, Jon Harman wrote:

> I would like to have an auto brightness/contrast set macro.  Anyone know
> how to do that?  When I try to use the macro record I get:
> run("Brightness/Contrast...");
> resetMinAndMax();

run("Enhance Contrast", "saturated=0.5");

Hth,
Dscho