I am trying to convert TIFF Images to WEBP. I have the latest cwebp.exe binary from Google. To access this binary, I am utilizing code that was graciously made available here: https://stackoverflow.com/a/65998284
There are no problems executing this or the binary from within Java.
However, on some files, the conversion is erroring with the error:
Decoding of input data failed. Status: 3(BITSTREAM_ERROR)The file names are in the pattern ###-###.tif
I can run the cwebp.exe binary from the command line and successfully convert these files with the same options.