ZoeyR / flif.rs

flif decoder written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.4 checklist

newpavlov opened this issue · comments

In case if in future you'll decide to publish v0.4.0 and assuming you'll merge #45:

  • Remove deprecated items: Flif::get_raw_pixels, maybe rename raw and into_raw.
  • Remove colors module (it contains only deprecated items)
  • Use boxed slice for metadata instead of vector.
  • pub use pixles::ColorSpace; in components module. ColorValue can be left private, as AFAIK it is not used anywhere in public API.