Skip to content

stalk-calvin/webpimagereader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WebP/VP8 decoder

Mainly built for decoding Lossy WebP compression. WebP and Vp8 both use the same method for decoding frames.

So, vp8decoder is used for webp image reading.

Refer to riff/webp specs from Google: https://developers.google.com/speed/webp/docs/riff_container

Refer to WebPImageReaderSpi that reads the image using javax.imageio.

Also, there are unit tests written for testing the webp image reader.

NOTE: This is a reader ONLY, you would need to write a WriteSpi to work with Imageio

About

WebP/VP8 decoder (Reader only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages