Rotation of Image
I am using 2 fpic objects overlapping one another. I want to rotate the PNG in the foreground object.
Foreground PNG is much bigger and the rotation has to be from centre.
How do i achieve this?
I Looked at the jit.rota object. Here the problem I am having is jit.window cannot overlap. Transparency is not translated.
you tried with jit.alphablend ? you send your foreground png into jit.rota with anchor_x and y set to center, then you connect it to the first inlet of jit.alphablend and the background image in the second one. should work
Max Patch
Copy patch and select New From Clipboard in Max.
Hi thanks.. I cannot seem to make it work...
What I am doing wrong.
Nice... I got it to work....
Max Patch
Copy patch and select New From Clipboard in Max.
Now how do i not have those ghost images after rotation?