You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Tim, I am wondering if there is an easy way to save the contents that are currently being displayed by ImageView to a png or any other image format. I love how easy it is to draw overlays/text/boxes to an ImageView canvas,
I tried the following but it won't save the annotations, as I think I am only capturing the image part:
using Cairo
i1,i2 = ImageView.view( whatever_img )
Cairo.write_to_png(i1.surface, "/tmp/test.png")
thanks.
The text was updated successfully, but these errors were encountered:
Hi Tim, I am wondering if there is an easy way to save the contents that are currently being displayed by ImageView to a png or any other image format. I love how easy it is to draw overlays/text/boxes to an ImageView canvas,
I tried the following but it won't save the annotations, as I think I am only capturing the image part:
thanks.
The text was updated successfully, but these errors were encountered: