public interface ImageMatrix
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
byte[] |
getMatrixBGR()
对图像解码返回BGR格式矩阵数据
|
byte[] |
getMatrixGray()
对图像数据指定的区域解码返回灰度图像矩阵
|
byte[] |
getMatrixRGB()
对图像解码返回RGB格式矩阵数据
|
byte[] |
getMatrixRGBA()
对图像解码返回RGBA格式矩阵数据
|
int |
getWidth() |
int getHeight()
int getWidth()
byte[] getMatrixGray() throws UnsupportedFormatException
UnsupportedFormatException
byte[] getMatrixBGR() throws UnsupportedFormatException
UnsupportedFormatException
byte[] getMatrixRGB() throws UnsupportedFormatException
UnsupportedFormatException
byte[] getMatrixRGBA() throws UnsupportedFormatException
UnsupportedFormatException
Copyright © 2019. All rights reserved.