You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm using this library to convert PNG/JPG files to webP files for better performance, it was working fine but suddenly, the library stopped working and it is raising the below exception
I tried to use cwebp input_file -o output_file command to convert it from the terminal and it is working fine, but My Rails app is unable to convert it to the webp file using this library
The text was updated successfully, but these errors were encountered:
thank you @le0pard for this information. I tried giving full access to the file but still, it wasn't working as expected, perhaps there are some issues with the decoding.
Hello,
Currently, I'm using this library to convert PNG/JPG files to webP files for better performance, it was working fine but suddenly, the library stopped working and it is raising the below exception
path has .png file and webp_path has .webp file
WebP::EncoderError: Cannot read input picture file
I tried to use
cwebp input_file -o output_file
command to convert it from the terminal and it is working fine, but My Rails app is unable to convert it to the webp file using this libraryThe text was updated successfully, but these errors were encountered: