Search Criteria
Package Base Details: imagemagick-full-git
Package Actions
Git Clone URL: | https://aur.archlinux.org/imagemagick-full-git.git (read-only, click to copy) |
---|---|
Keywords: | convert graphics image imagemagick magick photo |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-14 03:35 (UTC) |
Last Updated: | 2023-09-24 01:28 (UTC) |
Latest Comments
xiota commented on 2023-09-20 07:25 (UTC)
Please remove
replaces
directive. Thank you.dbermond commented on 2021-07-04 03:21 (UTC)
@schrmh I have updated the libjxl dependency so you can now use libjxl-git.
@magixx libjxl still has an unstable API, and sometimes it may be broken on ImageMagick. Due to this, I removed libjxl support from package imagemagick-full back in time, but I left it enabled here for experimentation. We can expect a stable libjxl API when it reaches version 1.0.
magixx commented on 2021-06-29 21:01 (UTC) (edited on 2021-06-29 21:04 (UTC) by magixx)
@schrmh Before building/installing, try editing the PKG file for
libjxl-git
to make it provide libjpeg-xl. See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libjxl-git#n100cjxl
works fine however.Unfortunately, even after I did the above and installed this package successfully, imagemagick fails to convert to jxl format
See full stack at https://gist.github.com/alexmi256/447d19ce87e39f899cf0f2119baf08bd
schrmh commented on 2021-06-26 15:32 (UTC) (edited on 2021-06-26 15:33 (UTC) by schrmh)
@dbermond Okay, it seems to work when I have libjxl. But with libjxl-git installed I always got:
-> Could not find all required packages:
libjpeg-xl (Wanted by: imagemagick-full-git)
dbermond commented on 2021-06-25 20:31 (UTC)
@schrmh There is no strict problem about this, because package libjpeg-xl was renamed to libjxl, which in turn have a 'provides' entry for libjpeg-xl. So, packages depending on the old name will not break.
schrmh commented on 2021-06-20 04:00 (UTC)
Uhm.. This package still depends on libjpeg-xl.