PNG's are stored in RGB order but Wuffs returns BGR/BGRA?
Open
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 145
- Avg merge
- 11h 48m
- Merged PRs (30d)
- 1
Description
According to the PNG spec: Pixels are always stored in RGBA order:
> Pixels are always stored in RGBA order
However Wuffs reports the pixel format as BGR(A).
Am I missing something here or is performance lost by swizzling? 😯
Contributor guide
Assessment
This issue has not been assessed yet.