« Previous Next » This post is #28 in the Fancy Fantasia (Ueda Ryou) - Color Defragmentation pool.
|
Please log in. To create a new account, enter the name and password you want to use.
If you supplied an email address when you signed up or added a email later, you can have your password reset.
|
« Previous Next » This post is #28 in the Fancy Fantasia (Ueda Ryou) - Color Defragmentation pool.
midzki
almost 16 years ago2) greycstoration (-dt 20 -p 0.3 -a 0.5 -alpha 0 -sigma 5.0 -fast true) to turn moire into brush-like texture
3) selective gaussian blur (radius 3 delta 25) to eliminate artifacts around edges
4) greycstoration (-dt 10 -p 0.2 -a 0.6 -alpha 1.0 -sigma 1.0 -fast false) to smoothen the entire image
not bad?
petopeto
almost 16 years agoBy the way, you can apply greyc to just color channels in Photoshop: convert to LAB, apply the filters to the A and B channels, and then convert back to RGB. I think you can do this similarly with the commandline: convert to LAB, save it, and use "-crange 1-2", and then convert it back (but that's a pain).
midzki
almost 16 years agocomandline greyc can apply only color noise, but slower than weveletdenoise, and the result is same. I can't find advantage of using greycstoration for reduce color noise.
petopeto
almost 16 years agoMaybe I'll port that to the commandline version. But you use a different version of greyc, and I don't think source code is available for that...
midzki
almost 16 years agoI'm using this "2.9 ( CImg 1.2.9 )ex"
petopeto
almost 16 years agoRadioactive
almost 16 years ago