IonicaBizau / image-parser

:zap: An image parser that works.
MIT License
22 stars 2 forks source link

Issue running through AWS Lambda #14

Open BrianSHenderson opened 6 years ago

BrianSHenderson commented 6 years ago

I'm getting the following error message running on Node 6.10. Can anyone help with this?

TypeError: this.img.width is not a function at ImageParser.width (/var/task/node_modules/image-parser/lib/index.js:105:29) at CbBuffer. (/var/task/index.js:65:35) at CbBuffer.call (/var/task/node_modules/cb-buffer/lib/index.js:77:16) at /var/task/node_modules/cb-buffer/lib/index.js:131:30 at Array.forEach (native) at CbBuffer.done (/var/task/node_modules/cb-buffer/lib/index.js:130:25) at /var/task/node_modules/image-parser/lib/index.js:65:51 at /var/task/node_modules/same-time/lib/index.js:71:22 at /var/task/node_modules/gm-tools/lib/index.js:120:28 at Socket. (/var/task/node_modules/gm/lib/command.js:58:11)