Sora Ichigo

Results 2 comments of Sora Ichigo

## Try to resize before converting ### TL;DR It was a success. The benchmark was improved. 🎉 ### benchmark ```go func resizeAndConvert(b *testing.B, filename string) { b.Helper() buffer, err :=...

https://github.com/h2non/bimg/issues/395#issuecomment-1023130350 >📝 remarks Resize of small.png became slower. If it's small enough, we shouldn't resize it. ## Fact - Resize to same size(px) takes longer time than usual. - We...