Rotate image
Rotate image
Description of functional types
RotateImageUtil
Member Function
Description
Version Introduced
byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)
rotate image
2.1.0
Description of Member Function
byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)
Parameter
Parameter Name
Type
Description
Note
Version Introduced
resBuff
byte[]
image data
None
2.1.0
pixelFormat
MidPixelFormat
image format
None
2.1.0
width
int
image width
None
2.1.0
height
int
image height
None
2.1.0
degree
MidPixelFormat
image rotation degree
None
2.1.0
Return
byte[] of rotated image
最終更新