Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoded image appears pixelated #116

Open
Shnatsel opened this issue Oct 16, 2024 · 1 comment
Open

Decoded image appears pixelated #116

Shnatsel opened this issue Oct 16, 2024 · 1 comment

Comments

@Shnatsel
Copy link
Contributor

Found in image-webp v0.2.0

Input:
bsk.webp.gz

imagemagick result:
bsk webp magick

image-webp result:
bsk webp image

Same versions and reproduction code as in #117

This happens on vibrant reds so might be related to image-rs/image#115

@fintelia
Copy link
Contributor

Seems this is a bug in the lossy decoding:

$ webpinfo bsk.webp
File: bsk.webp
RIFF HEADER:
  File size:   3712
Chunk VP8X at offset     12, length     18
  ICCP: 0
  Alpha: 1
  EXIF: 0
  XMP: 0
  Animation: 0
  Canvas size 89 x 90
Chunk ALPH at offset     30, length    652
Chunk VP8  at offset    682, length   3030
  Width: 89
  Height: 90
  Alpha: 0
  Animation: 0
  Format: Lossy (1)
No error detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants