Function rgba_to_argb

Source
fn rgba_to_argb(i: &[u8]) -> Vec<u8> 
Expand description

Converts a RGBA slice into an ARGB vec

Note that, if the input length is not a multiple of 4, the extra elements are ignored.