Cloud Functions for Firebase ImageMagick convert: not found – PHP Versions
In my Node.js functions, I have code that calls convert, which used to work but is now failing because it cannot find ImageMagick's convert command. What happened? Is there a way around this? const args = [tempIn, "-thumbnail", "'258x258>'", tempOut];…