Log in

View Full Version : Auto Color


Hariken
25th August 2005, 02:06
Adobe Photoshop has a very good "Auto Color" filter which fixes the color in still images. Infact, I found the filter worked so well on images that I was wondering if there is an equivalent filter for AVISynth. The Photoshop filter doesn't have any parameters, but yields great results. If a filter exists that is identical or similar to this, I would appreciate it if somebody could post its name and where to get the filter.

Thanks very much.

Backwoods
25th August 2005, 02:11
You can try...

ColorYUV(autogain=true)

or

ColorYUV(autowhite=true)

or

ColorYUV(autogain=true, autowhite=true)

...and see if any of these give you good results.

There are also 2 filters for VirtualDub that do autocolor, but they still need tweeking. ACDseeEOD.vdf and Auto Levels.vdf. Sorry I do not have more info about those filters.

Hariken
25th August 2005, 02:15
Thank you very much for your help. I will be sure to try those. :) Thank you!

AVIL
25th August 2005, 06:05
Hi,

You can try this excellent filter :

Follow this thread (http://forum.doom9.org/showthread.php?t=93571)

Good luck