View Single Post
Old 3rd January 2010, 06:25   #6  |  Link
flebber
Practising Schemer
 
Join Date: Feb 2008
Location: Newcastle, Australia
Posts: 791
Quote:
Originally Posted by markanini View Post
thetoof's advice seems wise. Please post some shots of your results.
I will post results not intending to be rude, I haven't used some of thee scripts thetoof suggested and they are giving errors which I need to figure out.

Dehalo_alpha errors that expand is an invalid function.

LSFmod errors that mode 19 in the below section of the script is an invalid mode.

Code:
sharpdiff = mt_lutxy(sharpdiff,sharpdiff.removegrain(19,-1),
\                    "x 128 - abs y 128 - abs > y "+string(soft)+" * x "+string(100-soft)+" * + 100 / x ?",U=1,V=1)
I have changed it to below to get it working though I not sure thats what they intended.
Code:
sharpdiff = mt_lutxy(sharpdiff,sharpdiff.RemoveGrain(mode=2).RemoveGrain(mode=2),
\                    "x 128 - abs y 128 - abs > y "+string(soft)+" * x "+string(100-soft)+" * + 100 / x ?",U=1,V=1)

Last edited by flebber; 3rd January 2010 at 06:29.
flebber is offline   Reply With Quote