java.lang.Object
com.luciad.imageio.webp.WebP
-
Method Summary
Modifier and TypeMethodDescriptionstatic int[]decode(WebPDecoderOptions aOptions, byte[] aData, int aOffset, int aLength, int[] aOut) static byte[]encodeRGB(WebPEncoderOptions aOptions, byte[] aRgbaData, int aWidth, int aHeight, int aStride) static byte[]encodeRGBA(WebPEncoderOptions aOptions, byte[] aRgbaData, int aWidth, int aHeight, int aStride) static int[]getInfo(byte[] aData, int aOffset, int aLength) static boolean
-
Method Details
-
loadNativeLibrary
public static boolean loadNativeLibrary() -
decode
public static int[] decode(WebPDecoderOptions aOptions, byte[] aData, int aOffset, int aLength, int[] aOut) throws IOException - Throws:
IOException
-
getInfo
- Throws:
IOException
-
encodeRGBA
public static byte[] encodeRGBA(WebPEncoderOptions aOptions, byte[] aRgbaData, int aWidth, int aHeight, int aStride) -
encodeRGB
public static byte[] encodeRGB(WebPEncoderOptions aOptions, byte[] aRgbaData, int aWidth, int aHeight, int aStride)
-