You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to convert any of the TIFF images from NASA's "Visions of the Future" gallery fails with jxlsave: error JxlEncoderSetBasicInfo. Since this seems to be a 32-bit colour (see below for ImageMagick's identify) image, this appears to be an issue not dissimilar to #2830, although that one's marked resolved.
pngsave and jpegsave appear to work as intended on the same file.
To Reproduce
Steps to reproduce the behavior:
Use any of the TIFF images from "here", the smallest one (24MB) is this
try vips jxlsave with any quality/effort setting
See error
Expected behavior
VIPS converts the TIFF to JXL without any hiccups.
Actual behavior
VIPS produces an error (jxlsave: error JxlEncoderSetBasicInfo) and converts nothing.
Environment
OS: Windows 10/[Arch]Linux
Vips: 8.15.1
libjxl: 0.10.1
vipsheader --all
.\kepler186f.tif: 8175x11775 uchar, 4 bands, cmyk, tiffload
width: 8175
height: 11775
bands: 4
format: uchar
coding: none
interpretation: cmyk
xoffset: 0
yoffset: 0
xres: 11,811
yres: 11,811
filename: .\kepler186f.tif
vips-loader: tiffload
n-pages: 1
icc-profile-data: 557168 bytes of binary data
xmp-data: 14642 bytes of binary data
iptc-data: 220 bytes of binary data
photoshop-data: 8400 bytes of binary data
resolution-unit: in
bits-per-sample: 8
orientation: 1
Bug report
Trying to convert any of the TIFF images from NASA's "Visions of the Future" gallery fails with
jxlsave: error JxlEncoderSetBasicInfo
. Since this seems to be a 32-bit colour (see below for ImageMagick's identify) image, this appears to be an issue not dissimilar to #2830, although that one's marked resolved.pngsave
andjpegsave
appear to work as intended on the same file.To Reproduce
Steps to reproduce the behavior:
vips jxlsave
with any quality/effort settingExpected behavior
VIPS converts the TIFF to JXL without any hiccups.
Actual behavior
VIPS produces an error (
jxlsave: error JxlEncoderSetBasicInfo
) and converts nothing.Environment
vipsheader --all
.\kepler186f.tif: 8175x11775 uchar, 4 bands, cmyk, tiffload
width: 8175
height: 11775
bands: 4
format: uchar
coding: none
interpretation: cmyk
xoffset: 0
yoffset: 0
xres: 11,811
yres: 11,811
filename: .\kepler186f.tif
vips-loader: tiffload
n-pages: 1
icc-profile-data: 557168 bytes of binary data
xmp-data: 14642 bytes of binary data
iptc-data: 220 bytes of binary data
photoshop-data: 8400 bytes of binary data
resolution-unit: in
bits-per-sample: 8
orientation: 1
magick identify -verbose
The text was updated successfully, but these errors were encountered: