Closed wash2 closed 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.
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.