Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

UI images returned by get_image are missing methods in Pythonista 3.4

Open felciano opened this issue 2 years ago • 0 comments
trafficstars

In Pythonista 3.4, when running the following

my_image = appex.get_image(image_type="ui")
print(my_image.format)

you get a '_ui.Image' object has not attribute 'format'.

Based on this, these "ui" images should have the format method.

In case it matters, I'm using "ui" images as a workaround for https://github.com/omz/Pythonista-Issues/issues/702

felciano avatar May 17 '23 17:05 felciano