pop-os / cosmic-bg

Mozilla Public License 2.0
19 stars 22 forks source link

Performance improvements jammy #10

Closed wash2 closed 1 year ago

wash2 commented 1 year ago

This uses fast_image_resize which seems to drastically reduce the memory usage of resize operations. And for images that match the output size, no resize will be done now. Unfortunately jpeg decoding still seems to blow up memory usage a bit.