-
```
What steps will reproduce the problem?
1. extract the webp source tarball
2. examine permissions of extracted files and directories
What is the expected output? What do you see instead?
Expected …
-
```
If you have libgif.a installed, leptonica detects it and makes use of GIF.
But webpconv tool does not link -lgif and produces errors.
Add -lgif to the makefile and it works
Affects cygwin, but cou…
-
```
I'm trying to write an webp viewer on WinCE, but got problem when decoding.
What steps will reproduce the problem?
...
WebPGetInfo(pBuffer,dwFileSizeLow,&Owidth,&Oheight);
...
WebPDecoderConfig c…
-
```
What steps will reproduce the problem?
1. Create a source image with an odd width
2. Attempt to decode with dwebp
3.
What is the expected output? What do you see instead?
What version of the pr…
-
```
What steps will reproduce the problem?
1. Build libwebp (in this case)
$ ./configure
$ make
2. Decode webp:
$ examples/dwebp examples/test.webp -o foo.ppm
Saved file foo.ppm
De…
-
```
v0.4.0-225-gdf08e67
What steps will reproduce the problem?
1. Encode 'good.jpg' using a 32-bit WIC-enabled binary or 'good.png' on other
platforms.
> ./cwebp.exe -lossless good.jpg -o lossless.w…
-
```
What steps will reproduce the problem?
1. type "nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output"
at a Visual Stuido 2010 command prompt
What is the expected output? What do…
-
```
I understand the statement in the summary is more like opinion, but currently
webp software package is a total mess from distribution packaging point of
view. There is no possibility to build li…
-
```
What steps will reproduce the problem?
1. extract the webp source tarball
2. examine permissions of extracted files and directories
What is the expected output? What do you see instead?
Expected …
-
```
While working on the javavp8decoder it's useful to be able to get output from
libwebp/dwebp with no 'loop filtering' applied.
I can imagine a few other situations where this might be useful, suc…