View Single Post
Old 14th January 2019, 13:42   #276  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Couple of comment suggestions,

Code:
DC=DC.Blur(0.2) # Denoise Detection Clip [ avoid 'sparkles', prevent a few high/low extreme pixels from affecting histogram extremes too much ]
Code:
x =0 # Coords (for dc Detection Clip) [ if you have no need to avoid crud/noise around edges of DC clip ]
y =0
w=-0
h=-0

Code:
     
omin=0   # Output channels minimum (footroom for manual editing). [ If no need for extra user modification 'footroom/headroom', ie no further manual tweaking required ]
omax=255 # Output channels maximum (headroom for manual editing).
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 14th January 2019 at 13:46.
StainlessS is offline   Reply With Quote