RazrFalcon / tiny-skia

A tiny Skia subset ported to Rust
BSD 3-Clause "New" or "Revised" License
1.12k stars 69 forks source link

Publicly expose `Pixmap::from_vec` #61

Closed CryZe closed 1 year ago

CryZe commented 1 year ago

This allows the user to decode images on their own and still let Pixmap take ownership over the data afterwards without having to do an expensive copy.