WolframRhodium / muvsfunc

Muonium's VapourSynth functions
75 stars 19 forks source link

AciculingnosA #12

Closed ghost closed 6 years ago

ghost commented 6 years ago
  1. Apply the shift using core.resize instead of fmtc.resample
  2. Enable gamma correction in firniture() and SSIM_downsample()
  3. Replace some RemoveGrain with std.Convolution
  4. Use limited range scaling in some places
ghost commented 6 years ago

About the shifting array, the fmtconv doc says: "The coordinates are always related to the pixel dimensions, you don’t need to scale them with the chroma subsampling."

So I guess the array is no longer needed, but I want to ask if it is acceptable to you.

WolframRhodium commented 6 years ago

That's it, and thanks