robleer wroteHi,
When you have a Picture attribute and use this on a mobile phone, you can directly take a picture.
But when you take a picture holding your Phone vertically, the image is stored rotated 90 degrees in the BO attribute.
This can happen, but when a user makes a mistake, there should be some kind of action 'rotate left/right'.
Otherwise there is (as far as I know) no way to correct this. Anybody who has a trick to rotate images which are stored in an BO attribute??
Btw: I tried it on an Android Phone only.
TIA
Rob
Rob, there are some products out there, that can be used on server side with command line in silent mode that can rotate an "image file". But the problem is that, the images that are stored in DB need to be exported to an image file first, rotated and then re-imported back to DB, all in an Aware process.
I can't find any command in Aware that I can use in Process to tell it to export an image (we must provide path and name to store on server) and then another command to import it back into the same attribute for DB.
Without these two automated commands, I don't see how we can offer this feature of rotation.
Another option is that, Aware to give us Client side Image editing using JS functionality and allows us to save it back to DB.
@Support;
Is there command to import/export images into DB from Process? If not, can we request such commands?
Thanks!