[][src]Crate avif_serialize

Functions

serialize

Makes an AVIF file given encoded AV1 data (create the data with rav1e)

serialize_to_vec

See serialize for description. This one makes a Vec instead of using io::Write.