fn decode_libraw_bitmap_thumb(
bytes: &[u8],
img: &libraw_processed_image_t,
flip: i32,
sensor_dims: (u32, u32),
path: &Path,
) -> Option<Texture>Expand description
Decode a bitmap (uncompressed RGB) thumbnail extracted by libraw.