Giter Club home page Giter Club logo

resamplemt's People

Contributors

dtl2020 avatar jpsdr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

kavisynth dtl2020

resamplemt's Issues

Invalid arguments for luma; different result compared to default avs resizer

Hi.

Thanks for your filters.

Tested the latest version 2.1.2.
When resizing width the result is different compared to default avs resizer:

#1920x1080 source
s=last
spline36Resize(1918,1080,0,0,0,0)
a=last
s
Spline36resizeMT(1918,1080,0,0,0,0)
Compare(a, channels="yuv")

When resizing height - no difference:

#1920x1080 source
s=last
spline36Resize(1920,1000,0,0,0,0)
a=last
s
Spline36resizeMT(1920,1000,0,0,0,0)
Compare(a, channels="yuv")

When cropping only luma plane, it gives error "Invalid arguments....":

#1920x1080 source
extracty()
spline36ResizeMT(1920,1078,0,1,0,-1)

Default avs resizer is ok, Processing only u/v planes is ok.

Access Violation

Using this script I have Access Violation when cLeft and/or cRight is 8.

source
bbmod(x,x,8,x) #or bbmod(x,x,x,8)

There is no issue if I change "StackVertical(last,c2.Crop(0,cTop2,cWidth2,(cHeight-cTop)2)).PointResizeMT(cWidth,cHeight)" to "StackVertical(last,c2.Crop(0,cTop2,cWidth*2,(cHeight-cTop)*2)).PointResize(cWidth,cHeight)".
The latest pinterf Avisynth+ x64 and masktools x64 are used.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.