resize
Returns a resized copy of this image.
The original image is not modified.
Return
A new LiteRtImage with the specified dimensions.
Parameters
width
The target image width in pixels.
height
The target image height in pixels.
Returns a resized copy of this image.
The original image is not modified.
A new LiteRtImage with the specified dimensions.
The target image width in pixels.
The target image height in pixels.