I tried using cwebp.exe to convert pngs, but it's giving me the following error:
C:\projects\png>cwebp.exe renderBotWeb.png -q 40 -v -o renderBotWeb.webp
IWICFormatConverter_Initialize(pConverter, (IWICBitmapSource*)pFrame, has_alpha
? MAKE_REFGUID(GUID_WICPixelFormat32bppRGBA_) : MAKE_REFGUID(GUID_WICPixelFormat
24bppRGB_), WICBitmapDitherTypeNone, NULL, 0.0, WICBitmapPaletteTypeCustom) fail
ed 88982f50
Error! Could not process file renderBotWeb.png
Error! Cannot read input picture file 'renderBotWeb.png'
What am I doing wrong?
--
You received this message because you are subscribed to the Google Groups "WebP Discussion" group.
To view this discussion on the web visit https://groups.google.com/a/webmproject.org/d/msg/webp-discuss/-/soUGacumhrIJ.
To post to this group, send email to webp-d...@webmproject.org.
To unsubscribe from this group, send email to webp-discuss...@webmproject.org.
For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webp-discuss/?hl=en.
> Is the PNG image viewable using other programs? (Like, in a browser).
Yes, of coarse
Also: it looks like a problem with system-libraries. Some version numbers would help i guess...
It's the latest version 0.2
In using Windows XP SP3.
Yes, I need alpha transparancy for this image. The main reason I'm using webp is because it supports lossy with alpha transparancy (doesn't it?)
On Tuesday, October 16, 2012 9:04:45 AM UTC-7, elbue...@gmail.com wrote:In using Windows XP SP3.
Yes, I need alpha transparancy for this image. The main reason I'm using webp is because it supports lossy with alpha transparancy (doesn't it?)It does. The problem likely has to do with XP and the Windows Image Component (WIC) which is used to decode the image.