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

No JXL delegate in AppImage #6892

Open
wups opened this issue Nov 26, 2023 · 1 comment
Open

No JXL delegate in AppImage #6892

wups opened this issue Nov 26, 2023 · 1 comment

Comments

@wups
Copy link

wups commented Nov 26, 2023

ImageMagick version

7.1.1-19 AppImage

Operating system

Linux

Operating system, version and so on

Kubuntu 23.10

Description

The jpeg xl delegate seems to be missing.

$ magick identify test.jxl
identify: no decode delegate for this image format `JXL' @ error/constitute.c/ReadImage/746.`

Delegates from magick -version: bzlib djvu fontconfig freetype heic jbig jng jp2 jpeg lcms lqr lzma openexr png raqm tiff webp x xml zlib

magick -list format does not list anything for jxl.

My installed libjxl and libjxl-tools version is v0.7.0.

Steps to Reproduce

  1. Download the ImageMagick AppImage from https://imagemagick.org/archive/binaries/magick
  2. Have a jxl file or create one with cjxl
  3. Use magick identify on your jxl file.

Images

No response

@urban-warrior
Copy link
Member

For JXL support, you will need to install the JXL delegate library and headers and build ImageMagick from source.

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

No branches or pull requests

2 participants