Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
42
def
get_image_dimensions(image):
43
image_dimensions = image.size
44
return
image_dimensions
45
46
47
def
has_minimum_image_dimensions(image):
Callers
1
has_minimum_image_dimensions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected