简体   繁体   中英

resize .webp extension image using cwep

While resizing .webp file using cwebp, getting error

Error! Could not process file originalImage.webp
Error! Cannot read input picture file 'originalImage.webp'

Getting the same error when first parameter is .png an second is .webp . So i changed their places and it's worked.

 cwebp -o ancientnums.webp ancientnums.png

Workd fine, but i guess google have better instructions. This is

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM