[bug-notifications] [imagemagick 0004278]: convert: Wrong JPEG library version: library is 62, caller expects 70
Mantis Bug Tracker
noreply at opencsw.org
Tue Feb 16 03:10:08 CET 2010
The following issue has been SUBMITTED.
======================================================================
http://www.opencsw.org/mantis/view.php?id=4278
======================================================================
Reported By: skayser
Assigned To:
======================================================================
Project: imagemagick
Issue ID: 4278
Category: regular use
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-02-16 03:10 CET
Last Modified: 2010-02-16 03:10 CET
======================================================================
Summary: convert: Wrong JPEG library version: library is 62,
caller expects 70
Description:
convert has some libjpeg-related troubles when converting to jpeg, i.e. the
conversion will fail. All carried out on build10x.
$ wget -qO test.png http://images.google.de/images/nav_logo7.png
$ file test.png
test.png: PNG image data
$ convert test.png test.jpg
convert: Wrong JPEG library version: library is 62, caller expects 70
`test.jpg' @ jpeg.c/EmitMessage/232.
$ file test.jpg
test.jpeg: empty file
The other way round is fine.
$ wget -qO test2.jpg
http://blog.lib.umn.edu/jeffryes/biomedical/google.jpg
$ file test2.jpg
JPEG file
$ convert test2.jpg test2.png
$ file test2.png
PNG image data
======================================================================
More information about the bug-notifications
mailing list