lol idk #1

Closed
Quaternions wants to merge 1062 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 9cb34f14c8 - Show all commits

@ -322,7 +322,7 @@ fn convert(file_thing:std::fs::DirEntry) -> BoxResult<()>{
let mut extracted_input=None;
let image=if&fourcc==b"\x89PNG"{
image::load(input,image::ImageFormat::Png)?.to_rgba8()
image::load(input,image::ImageFormat::Png)?.to_rgba8()//this is setting a=0?
}else if &fourcc[0..2]==b"\x1f\x8b"{
//gzip
let mut extracted:Vec<u8>=Vec::new();