Ho aggiornato il pack con il nuovo masktools 27... fa un po' di bug fixing ma non risolve il problema della black line... che tuttavia, mi sembra di capire, sia data dal parametro overshoot della chiamata LSF() (LimitedSharpenFaster). Se provate a toglierlo dovrebbe sparire ma addio effetto :rolleyes:
Ancora, molto interessante questo commento:
Citazione:
I think using BicubicResize would be better than using LaczosResize with LSF because BicubicResize won't additionally sharpen the picture.
Also, if resizing is being done via BicubicResize or LanczosResize, the resize function should always be before the LSF function, otherwise it's rather useless.
Un'altra interessante considerazione:
Citazione:
You should run a denoiser first to avoid having LSF sharpen noise as well as detail you want to keep.. Some run medium/heavy denoising prior to LSF, then a light denoiser after resizing to reduce any noise/artifacts created by sharpening..
Penso che proverò una chiamata simile, se mi regge :rolleyes::
Avisynth
mergeluma(removegrain(2,-1),0.25)
LanczosResize(1280,720)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,str ength=50,overshoot=7)
mergeluma(removegrain(2,-1),0.25)