image-png
image-png copied to clipboard
Remove setting trns on rgba image in documentation
The documentation sets trns for an rgba image, which then fails when trying to decode with
FormatError { inner: ColorWithBadTrns(Rgba) }
from:
https://github.com/image-rs/image-png/blob/master/src/decoder/stream.rs#L893