You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is very slow at encoding images. This should be changed.
I imagine the problem has something to do with the fact that we are doing an O(n) nearest neighbour search for every single pixel (lol). There has to be a better way.
I encoded a 205 MiB 30000x23756 RGB JPEG earlier and it took two hours and fifty minutes on my Ryzen 5 1600. My goal is to have that be under a minute.
The text was updated successfully, but these errors were encountered:
This library is very slow at encoding images. This should be changed.
I imagine the problem has something to do with the fact that we are doing an O(n) nearest neighbour search for every single pixel (lol). There has to be a better way.
I encoded a 205 MiB 30000x23756 RGB JPEG earlier and it took two hours and fifty minutes on my Ryzen 5 1600. My goal is to have that be under a minute.
The text was updated successfully, but these errors were encountered: