Log in

View Full Version : PointResize shifts the clip...


redfordxx
4th June 2006, 15:53
(I use this for copying last line of each 8x8 block and again removing it.)

clp2=clp.PointResize(clp.width/8*9,clp.height/8*9).mt_convolution("0 0 1","0 0 1",y=3,u=3,v=3)
clp3=clp2.PointResize(clp.width,clp.height)
Now clp=clp3.

When I replace the convolution, the clips are different.
Why?
Bug or for other reasons intension?
Do I miss something?