"SetAttr META orientation:-90" does not rotate counter-clockwise but clockwise

In fact, this command perform the opposite operation
"SetAttr META orientation:-90" is clockwise
"SetAttr META orientation:+90" is counter-clockwise
is this a bug?

The orientation field tells Opus that the camera was rotated -90 degrees when the image was taken, so it rotates the image +90 to compensate.

1 Like

I understand it,thanks!