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

Wrong status in callback #8

Open Akiyamka opened 6 years ago

Akiyamka commented 6 years ago

OS: Windows 10 x64 Node: 7.9.0

webp.cwebp(inputFile, outputFile, '-q 80', function(status) {
    return status
    });

According to the documentation status must be '100' or '101'

  if exicuted successfully status will be '100'
  if exicuted unsuccessfully status will be '101'

but i have:

'100
Converted Successfully'