Resizes an image keeping the aspect ratio. min_dim: if provided, resizes the image such that it's smaller dimension == min_dim max_dim: if provided, ensures that the image longest side doesn't exceed this value. padding: If true, pads image with zeros so it's size i
(image, min_dim=None, max_dim=None, padding=False)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected