not a bug

This commit is contained in:
Quaternions 2023-10-19 02:59:01 -07:00
parent 422d0a160d
commit 6df1f41599

View File

@ -364,7 +364,7 @@ fn convert(file_thing:std::fs::DirEntry) -> AResult<()>{
},
Ok(ReaderType::Raw(readable)) => load_image(readable),
Err(e) => Err(e)?,
}?.to_rgba8();//this is setting a=0?
}?.to_rgba8();//this sets a=255, arcane is actually supposed to look like that
let format=if image.width()%4!=0||image.height()%4!=0{
image_dds::ImageFormat::R8G8B8A8Srgb