0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

doc(image): rotation update

This commit is contained in:
2025-04-29 19:06:47 +02:00
parent a3de1f0a31
commit 717017e69e

View File

@ -60,7 +60,7 @@ The `Image` provides real-time image processing capabilities, such as rotating,
```python ```python
# Rotate the image by 90 degrees (1,2,3,4 are multiplied by 90 degrees) # Rotate the image by 90 degrees (1,2,3,4 are multiplied by 90 degrees)
img_widget.rotation = 1 img_widget.num_rotation_90 = 1
# Transpose the image # Transpose the image
img_widget.transpose = True img_widget.transpose = True