image-rs / canvas

An experimental allocated buffer suitable for image data (Rust library).
27 stars 3 forks source link

Realloc #4

Closed HeroicKatora closed 5 years ago

HeroicKatora commented 5 years ago

Implements basic reallocation operations. Opening this as a pull request to solicit some feedback on missing operations I may have overlooked in the design.

HeroicKatora commented 5 years ago

This could be the minimal interface necessary to consider inclusion into image-core and also to serve as a common buffer for encoders for avoiding expensive allocations. (Mostly requesting review here so you know this is happening).

fintelia commented 5 years ago

This looks good to me. I like the direction this crate is going