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:
@ -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
|
||||||
|
Reference in New Issue
Block a user