travolter
9th August 2012, 00:04
Exist already any script for this effect?
before
http://www.complang.tuwien.ac.at/schani/sharpblur/before.jpg
after
http://www.complang.tuwien.ac.at/schani/sharpblur/after.jpg
http://www.complang.tuwien.ac.at/schani/sharpblur/index.html
Blur an image while retaining its edges. Sharp edges get preserved while soft edges are discarded.
In photoshop you can create the effect mixing two layers one sharp, one gaussianblurred with blend="multiply". Then you need to fix levels and sat.
Anyone can help me with a script example to do that?
I did initial tests with avisynth-overlay-multiply and using gaussianblur.. but consumes high cpu for realtime and Im not sure if this the most efficient way to create the effect into avisynth
http://creativetechs.com/tipsblog/how-to-smooth-skin-in-photoshop/
This PS turial speak about Surface Blur filter and how it uses a “smart” smoothing effect that protects areas of contrast or detail when applied
before
http://www.complang.tuwien.ac.at/schani/sharpblur/before.jpg
after
http://www.complang.tuwien.ac.at/schani/sharpblur/after.jpg
http://www.complang.tuwien.ac.at/schani/sharpblur/index.html
Blur an image while retaining its edges. Sharp edges get preserved while soft edges are discarded.
In photoshop you can create the effect mixing two layers one sharp, one gaussianblurred with blend="multiply". Then you need to fix levels and sat.
Anyone can help me with a script example to do that?
I did initial tests with avisynth-overlay-multiply and using gaussianblur.. but consumes high cpu for realtime and Im not sure if this the most efficient way to create the effect into avisynth
http://creativetechs.com/tipsblog/how-to-smooth-skin-in-photoshop/
This PS turial speak about Surface Blur filter and how it uses a “smart” smoothing effect that protects areas of contrast or detail when applied