Search code examples
node.jsaws-lambdaimagemagicktiffimagemagick-convert

NoDecodeDelegateForThisImageFormat `TIFF\"' aws lambda


I am trying to use convert from imageMagick to run this command on aws lambda convert -scene 1 test.tiff output.jpg to convert a tiff to image .

But I am getting this errors always

NoDecodeDelegateForThisImageFormat `TIFF\"

Solution

  • I had a similar problem - in my case, TIFF\" was failing because of a trailing quote (")