I am doing some experiments with image manipulation in #go and I've run into an issue where saving the file would take about 6.6 seconds. It was a 4k 4:3 file but it still felt weird to me that it would take than long. Now I think the problem was that I added noise to the file and image/png had trouble compressing the file. I decided to give #QOI a shot and it saved in about 10 × faster and the file was 8 MB smaller.


