chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
512 stars 89 forks source link

fix for the issue https://github.com/chai2010/webp/issues/69 #70

Closed Pijushgupta closed 1 month ago

Pijushgupta commented 1 month ago

const uint8_t const a = argb + (0 << ALPHA_OFFSET); const uint8_t const r = argb + (1 << ALPHA_OFFSET); const uint8_t const g = argb + (2 << ALPHA_OFFSET); const uint8_t const b = argb + (3 << ALPHA_OFFSET);