maintaining aspect ratio on resizable jit.window?
is there a way?
For Max6/7:
For for Max 7:
are you talking about the aspect ratio of the actual window? or the aspect ratio of the movie inside the window?
for the latter, jit.gl.cornerpin @preserve_aspect 1 is your friend.
Thank you both. This is for my BEAM image glitcher BEAP module tool, here:
Currently it is displaying a hardwired jit.matrix. I was hoping there was one command so when one clicks and drags on the window's bottom right corner to resize the jit.window, the window doesnt change aspect ratio, and the mouse position doesn't jump around when doing so. I dont want to change the dimensions of the source matrix.
I also would like to restrain the displayed image in jit.pwindow so it has black borders and does not resize the window itself. Should I put the matrix into a videoplane, movie, or something else?Which is best?