Hi Team,
How can I rotate a rendered bitmap image in portrait mode by 90 degrees using C++ APIs?
I am able to render the current document in landscape mode and can see it in picture viewer. Also I am able to render the current document in portrait mode but I want to rotate the portrait mode by 90 degrees so that the portrait mode can be seen in rotated form. For example: I set the resolution for rendering as 1280x720 in landscape mode and 720x1280 in portrait mode. Now when I see the rendered output in portrait mode in 720x1280 resolution, I want this to be rotated by 90 degrees and see it as 1280x720 resolution with rotated mode. Please help me to achieve this.
I am using R19 SDK and C++ for development.
Thanks in advance.