tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

can't write indexed image without palette #110

Closed ZeWaka closed 2 years ago

ZeWaka commented 2 years ago

Essentially, the png crate was now checking for valid palettes in indexed image files or similar (was being copied before maybe? dunno how it would though) so we need to copy over the information from the original image

Raised in: https://github.com/tgstation/tgstation/pull/68690

ZeWaka commented 2 years ago

Closed by https://github.com/tgstation/rust-g/pull/107