Is it possible to rotate an image to non-90 degree implements with the current ImageEditor? If not, would there be any major issues that you could see if I was to integrate jQueryRotate into my app to handle the rotating functionality in place of the built-in rotator?
Actually never mind, I found out by myself. I am able to get the image to rotate by increments using jQueryRotate. I can post some sample code if anyone would like.
0
Dobromir
Telerik team
answered on 04 Jul 2011, 02:41 PM
Hi Mark,
Using jQueryRotate to apply non-90degree rotation should not cause any issues, however, modifications applied with it will not be stored to the image when saved. To do so, a custom logic should be implemented on the server.
At present, RadImageEditor does not offer the ability to implement custom commands that require server-side implementation. We do have planned to provide the ability to apply server-side custom manipulations for one of the next versions of RadImageEditor, but for now it is not possible to apply non-90 degree rotation.