MCPcopy Index your code
hub / github.com/TensorPy/TensorPy / get_image_dimensions

Function get_image_dimensions

tensorpy/image_base.py:42–44  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

40
41
42def get_image_dimensions(image):
43 image_dimensions = image.size
44 return image_dimensions
45
46
47def has_minimum_image_dimensions(image):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected