Skip to content

Commit ff62066

Browse files
LiamConnorsemilykl
andauthored
Update doc/python/static-image-export.md
Co-authored-by: Emily KL <[email protected]>
1 parent 0284d5e commit ff62066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/static-image-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ from IPython.display import Image
165165
Image(img_bytes)
166166
```
167167

168-
## Change Image Dimensions and Scale
168+
## Specify Image Dimensions and Scale
169169
In addition to the image format, the `to_image` and `write_image` functions provide arguments to specify the image `width` and `height` in logical pixels. They also provide a `scale` parameter that can be used to increase (`scale` > 1) or decrease (`scale` < 1) the physical resolution of the resulting image.
170170

171171
```python

0 commit comments

Comments
 (0)