画像の回転

画像の回転

機能類の説明

RotateImageUtil

メンバー関数

説明

導入バージョン

byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)

画像を回転

2.1.0

メンバー関数の説明

byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)

パラメータ

パラメータ名

説明

備考

導入バージョン

resBuff

byte[]

画像データ

なし

2.1.0

pixelFormat

MidPixelFormat

画像の形式

なし

2.1.0

width

int

画像の幅

なし

2.1.0

height

int

画像の高さ

なし

2.1.0

degree

MidPixelFormat

画像の回転角度

なし

2.1.0

戻り値

回転された画像byte[]

例外

なし

最終更新