aneillans / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Large Image processing intermittently fails #29

Open aneillans opened 1 year ago

aneillans commented 1 year ago

Caused by memory capping on jpeg-js, which is used in

Suggestion is to move to a better, more modern, nodejs image processing library: https://github.com/lovell/sharp

Touch points would be in image.manipulator.ts