Compress webp
Moderators: helmut, XnTriq, xnview
Compress webp
I have this command:
nconvert.exe -overwrite -no_auto_ext -resize 100% 100% myimage.webp
for compress image, but I got alway s error:
Error: Don't know how to read this picture (myimage.webp)","","** NCONVERT v7.121 (c) 1991-2022 Pierre-E Gougelet (Sep 6 2022\/10:41:00) **"," Version for Windows Xp\/Vista\/7 x64 (All rights reserved)","** This is freeware software (for non-commercial use)","","my_error_exit...<Not a JPEG file: starts with 0x52 0x49>
JPG and PNG files work perfect. What is wrong that webp file not work?
nconvert.exe -overwrite -no_auto_ext -resize 100% 100% myimage.webp
for compress image, but I got alway s error:
Error: Don't know how to read this picture (myimage.webp)","","** NCONVERT v7.121 (c) 1991-2022 Pierre-E Gougelet (Sep 6 2022\/10:41:00) **"," Version for Windows Xp\/Vista\/7 x64 (All rights reserved)","** This is freeware software (for non-commercial use)","","my_error_exit...<Not a JPEG file: starts with 0x52 0x49>
JPG and PNG files work perfect. What is wrong that webp file not work?
Re: Compress webp
You seem to be missing this compression term:standus wrote: Mon Jan 16, 2023 6:23 pm I have this command:to compress image...Code: Select all
nconvert.exe -overwrite -no_auto_ext -resize 100% 100% myimage.webp
Code: Select all
-q value : JPEG/FPX/WIC/PDF/JPEG2K/WebP quality (default : 85)
Could you upload an example webp file that can't be opened for Pierre to test?...but I get this error:
JPG and PNG files work perfect. What is wrong that webp file not work?Code: Select all
Error: Don't know how to read this picture (myimage.webp)","","** NCONVERT v7.121 (c) 1991-2022 Pierre-E Gougelet (Sep 6 2022\/10:41:00) **"," Version for Windows Xp\/Vista\/7 x64 (All rights reserved)","** This is freeware software (for non-commercial use)","","my_error_exit...<Not a JPEG file: starts with 0x52 0x49>
Re: Compress webp
Here is.
- Attachments
-
- ed3212e5-9a94-47b6-b748-7295b6d40657.zip
- (336.51 KiB) Downloaded 66 times
Re: Compress webp
You have to copy libwebp.dll into the Plugins subdirectory of your NConvert installation.
Re: Compress webp
Not solved.XnTriq wrote: Mon Jan 16, 2023 10:00 pm You have to copy libwebp.dll into the Plugins subdirectory of your NConvert installation.
Re: Compress webp
from Xnview Zip file and his Plugins folder.
Re: Compress webp
OK, thank you. I see that its OK now.