Conversion from WebP to JPG may be broken in latest release

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
schtorch
Posts: 12
Joined: 2013-05-16T11:21:04-07:00
Authentication code: 6789

Conversion from WebP to JPG may be broken in latest release

Post by schtorch »

I have troubles to convert from WEBP to JPG (working before) after compiling and installing the latest release:

Code: Select all

# convert --version
Version: ImageMagick 6.8.7-9 Q16 x86_64 2013-12-14 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC HDRI OpenMP
Delegates: bzlib djvu fftw fontconfig freetype fpx jbig jng jp2 jpeg lcms lqr lzma openexr pangocairo png tiff webp wmf x xml zlib

Code: Select all

# convert -list format | grep webp
WEBP* rw-   WebP Image Format (libwebp 0.3.1)

Code: Select all

# convert abc.webp test.jpg
convert: no pixels defined in cache `test.jpg' @ error/cache.c/OpenPixelCache/3519.
convert: Empty JPEG image (DNL not supported) `test.jpg' @ error/jpeg.c/JPEGErrorHandler/319.
After reverting to ImageMagick 6.8.7-6, everything is working as expected again.

Any hints?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Conversion from WebP to JPG may be broken in latest rele

Post by magick »

We tried your command with the latest release, ImageMagick 6.8.7-10, and it completes without complaint. Can you try 6.8.7-10? Does that work for you?
schtorch
Posts: 12
Joined: 2013-05-16T11:21:04-07:00
Authentication code: 6789

Re: Conversion from WebP to JPG may be broken in latest rele

Post by schtorch »

Yes, that fixes it definitively! Thanks!
Post Reply