View Single Post
Old 22nd January 2009, 02:44   #39  |  Link
tedkunich
Potentate
 
Join Date: Mar 2003
Posts: 219
Quote:
Originally Posted by halsboss View Post
Thanks tedkunich.

You are welcome

Quote:
Originally Posted by halsboss View Post
Also would it be possible to see where AddGrainC() fits into that ?

?
It is already in the script Fred posted...

Code:
sharp2= unsharpmask(sharp1,USM_sharp_ness,USM_radi_us,USM_thres_hold)
sharpX= unsharpmask(sharp2,USM_sharp_ness2,USM_radi_us2,USM_thres_hold2)

sharp3= sharpX.TemporalSoften(temp_radius,temp_luma,temp_chroma,15,2).addgrainC(grain_luma,grain_chroma,0.2,0.2,5)
tedkunich is offline   Reply With Quote