scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

Error if image name have space e.g 'my image.jpg' #16

Open wmuza opened 4 years ago

wmuza commented 4 years ago

Code throwing an error if input is like "48 Downing Street_Small.jpg" and output is "48 Downing Street_Small.webp"

Its executing as this: -q 80 48 Downing Street_Small.jpg -o 48 Downing Street_Small.webp

firstdorsal commented 4 years ago

same here

Flexxkii commented 4 years ago

Put a \ instead of space. Not / btw

I don't know if it works

jav-user commented 4 years ago

Same error here