JPEG Saver 5.35.1
Published
I haven't found time to do the stuff I had planned for version 5.36, so here is 5.35.1, a small update that fills in a software pothole I left in version 5.35.
Let's go round again
I added support for flipping and rotating images in version 5.35, but since video works very differently I didn't get it working there. This version fixes that.
There were so many possible ways I could have got this working that I probably spent more time thinking about which was best than actually writing the code to do it.
In the end I settled on flipping or rotating the video while it is playing, rotating it about the centre point. I'm doing this by scaling the plane that the video is drawn on and swapping the UV map for one that has its U and V values going in the right direction for the new orientation. There are only eight possible orientations resulting from flipping and rotating by 90° so that makes things pretty simple.
This rotation and flipping only works if you are using the D3D texture video renderer - the windowed renderer still doesn't do rotation or flipping, and I'm not even going to think about trying to make it work there.
Download here
The updated installers are available from the downloads page.