Public Methods |
static
boolean
|
isAnimatedWebpHeader(byte[] imageHeaderBytes, int offset)
|
static
boolean
|
isExtendedWebpHeader(byte[] imageHeaderBytes, int offset, int headerSize)
|
static
boolean
|
isExtendedWebpHeaderWithAlpha(byte[] imageHeaderBytes, int offset)
|
static
boolean
|
isLosslessWebpHeader(byte[] imageHeaderBytes, int offset)
|
static
boolean
|
isSimpleWebpHeader(byte[] imageHeaderBytes, int offset)
|
static
boolean
|
isWebpHeader(byte[] imageHeaderBytes, int offset, int headerSize)
Checks if imageHeaderBytes contains WEBP_RIFF_BYTES and WEBP_NAME_BYTES and if the header is
long enough to be WebP's header.
|
static
boolean
|
isWebpSupportedByPlatform(byte[] imageHeaderBytes, int offset, int headerSize)
|
static
WebpBitmapFactory
|
loadWebpBitmapFactoryIfExists()
|