In the client-server version 6i of forms, there was a good option (property palette of the image item) that allowed to zoom and rotate forms images.
However in Web versions (11 and 12) the possibility of rotating images is not present. Zoom is still posible, but rotation no. Why this incoherence ?.
How rotation could it be implemented ?. Of course, a posible solution is to replace the image item by a bean area item and use a bean ... but this
seem to me complex if I want use images stored in the database instead of images on files. Another solution could be open an image editor...
but if I simple want to rotate the image (in the database) , this also seem very slow, complex to implement, inefficient...
Francisco