pub fn read_tga_from_bytes(bytes: &[u8]) -> Result<Tga, TgaBinaryError>Expand description
Reads TGA data from bytes.
ยงErrors
The same as read_tga_from_bytes_with_options under the default options.
pub fn read_tga_from_bytes(bytes: &[u8]) -> Result<Tga, TgaBinaryError>Reads TGA data from bytes.
The same as read_tga_from_bytes_with_options under the default options.