Package net.sourceforge.plantuml.webp
Class VP8Decoder
- java.lang.Object
-
- net.sourceforge.plantuml.webp.VP8Decoder
-
public class VP8Decoder extends Object
-
-
Constructor Summary
Constructors Constructor Description VP8Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decodeFrame(ImageInputStream stream)
VP8Frame
getFrame()
int
getHeight()
int
getWidth()
void
writePGMFile(String fileName, VP8Frame frame)
void
writeYV12File(String fileName, VP8Frame frame)
-
-
-
Method Detail
-
decodeFrame
public void decodeFrame(ImageInputStream stream) throws IOException
- Throws:
IOException
-
getFrame
public VP8Frame getFrame()
-
getHeight
public int getHeight()
-
getWidth
public int getWidth()
-
-