resizePlatformImage
Android implementation of image resize using Bitmap APIs.
Resizes a platform image to the specified dimensions.
Return
A new resized image
Parameters
The source image
Target width in pixels
Target height in pixels
The interpolation method to use
Resizes a platform image to the specified dimensions.
Return
A new resized image
Parameters
The source image
Target width in pixels
Target height in pixels
The interpolation method to use
Resizes a platform image to the specified dimensions.
Return
A new resized image
Parameters
The source image
Target width in pixels
Target height in pixels
The interpolation method to use
JVM implementation of image resize using Java2D.
Resizes a platform image to the specified dimensions.
Return
A new resized image
Parameters
The source image
Target width in pixels
Target height in pixels
The interpolation method to use