     Jinc36Resize (clip, int, int, float "src_left", float "src_top", float "src_width", float "src_height", int "quant_x", int "quant_y", bool "version") 
    Jinc64Resize (clip, int, int, float "src_left", float "src_top", float "src_width", float "src_height", int "quant_x", int "quant_y", bool "version") 
    Jinc144Resize (clip, int, int, float "src_left", float "src_top", float "src_width", float "src_height", int "quant_x", int "quant_y", bool "version") 
    Jinc256Resize (clip, int, int, float "src_left", float "src_top", float "src_width", float "src_height", int "quant_x", int "quant_y", bool "version") 


        clip   =

            Input clip 


        int   =

            Target width 


        int   =

            Target height 


        float  src_left = 0
        float  src_top = 0
        float  src_width =
        float  src_height =

            Optional crop syntax is the same as AviSynth's internal resizers. 



        int  quant_x = 256
        int  quant_y = 256

            Control sub-pixel quantization. 


        bool  version = false

            Setting it to true will show Jinc's internal CPU flag and instruction support it compiles with.