-
```
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 …
-
```
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…
-
```
What steps will reproduce the problem?
1. download webpiosapp-0.0.1.tar.gz
2. unpack to 'webpiosapp-0.0.1' folder
3. pull latest code from http://git.chromium.org/webm/libwebp.git
4. copy to pull'…
-
```
How to reproduce the problem:
1. Decompress attached image with bypass_filtering = 1
2. Place bounds checking in vp8l.c:GetMetaIndex:
static WEBP_INLINE int GetMetaIndex(
const uint32_t* cons…
-
```
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…
-
```
We need simple and effective smoke test.
Take the official test vectors, extract the first frames,
verify the decoded output sagainst a golden hash values.
```
Original issue reported on code.g…
-
```
What steps will reproduce the problem?
YUV420toRGBA() creates a RGBA bitmap with the alpha channel set to 0x00. If
the alpha channel is respected, the image is wholly transparent.
What is the e…
-
```
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…