In Linux os we can save and load without problems jpg files , but NOT in Redox-os . Maybe the issue is related to how is compiled the image crate for the two different os-es.
The problem is that jpeg-decoder crate used to manage jpg files has for default dependency rayon which is broken in Redox for some reason. Further investigation needed.....
See also redox-os/orbutils#42
In Linux os we can save and load without problems jpg files , but NOT in Redox-os . Maybe the issue is related to how is compiled the image crate for the two different os-es.