A fairly experimental project aiming to provide a generic buffer for image
formats that avoids reallocation and reinitialization overheads. Contrary to
buffers from the standard library, such as Vec, some common operations are
(nearly) zero overhead instead of linear complexity. Most importantly the
transmutation into a different pixel with the same underlying sample type
avoids allocations while being strictly safe.