This might be helpful.
The commands are:
convert original.jpg -rotate -90 new.jpg
Rotate the image to the left (anticlockwise)
convert original.jpg -rotate 90 new.jpg
Rotate the image to the right (clockwise)
Thanks for the reply but... I'm not sure I understand 🙄
Can you explain me how these commands works?
AppSheet does not provide any tools to rotate or otherwise manipulate image content.
@Pelatone73 Sorry for late reply, haven't seen yours. Please open the link. I'm suggesting to use an external program outside AppSheet which is ImageMagick. You can control ImageMagick completely from a CLI or a script that you can run on your image folder.
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |