WEBP lib making according to https://developers.google.com/speed/webp/docs/riff_container#alpha
- Read dimensions from "VP8 " and "VP8L" bitstreams
- Test for chunks
- Read ChunkHeader('ALPH') as part of ChunkHeader('ANMF')
- ChunkHeader('ICCP') need to change data gathering loigic according to 8
- ChunkHeader('EXIF')
- Add ANMF and ALPH bitstreams
- Prepare assets
- Animated without alpha (current has alpha)
- has ICCP color profile
- has XMP
- has EXIF
- has IPTC
- For the VP8X non-animated the "VP8 " or "VP8L" must be present - need to include this to data gathering structure
- test assets
- read Header
- read ChunkHeader('VP8 ')chunk
- read ChunkHeader('VP8L')chunk
- read ChunkHeader('VP8X') extension
- read ChunkHeader('ANIM')
- read all ChunkHeader('ANMF')