Image transformation

Hi, is there a way to rotate an image with scriptable?

Directly within Scriptable no, but you can use a WebView as a workaround:

  1. In the WebView create a canvas
  2. Add you image to the webpage in the WebView
  3. Draw the image rotated into the canvas as described here html - HTML5 Canvas Rotate Image - Stack Overflow
  4. Get the canvas data as a base64 encoded string to pass it back to Scriptable