Fast image conversion and processing with Rust and Python
We’ll convert png to jpg, but the same concept will apply to doing the reverse of this. You can grab png datasets from Kaggle If you just want to skip to the code, check out these links: What is a JPEG ? Let’s first understand the structure of a *.jpg file The structure of a […]