Code: Select all
# emerge -pv imagemagick
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 1.78 s (backtrack: 0/20).
[ebuild R ] media-gfx/imagemagick-7.1.1.38-r2:0/7.1.1-18::gentoo USE="X bzip2 corefonts cxx fontconfig graphviz hardened heif jpeg openmp pango png raw svg tiff truetype webp xml zlib -djvu -fftw -fpx -hdri -jbig -jpeg2k -jpegxl -lcms -lqr -lzma -opencl -openexr -perl -postscript -q8 -q32 -static-libs -test -wmf -zip" 0 KiB
Code: Select all
$ convert -list format | grep AVIF
WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"
AVIF HEIC rw+ AV1 Image File Format (1.15.2)
I don't have an image of the right type to test whether I can actually render it. However, creating and then rendering one seems to work:
Code: Select all
$ magick rose: test.avif
$ file test.avif
test.avif: ISO Media, AVIF Image
$ display test.avif
That last command displays a window with what looks like the standard ImageMagick rose.
display rose: shows a seemingly equivalent window.
Per
diff -u, our differences are:
Code: Select all
--- dE_logics
+++ Hu
@@ -1,29 +1,29 @@
--X
+X
bzip2
corefonts
cxx
-djvu
-fftw
+-fftw
fontconfig
-fpx
--graphviz
--hardened
-hdri
+graphviz
+hardened
+-hdri
heif
-jbig
+-jbig
jpeg
-jpeg2k
-jpegxl
-lcms
+-jpeg2k
+-jpegxl
+-lcms
-lqr
-lzma
-opencl
+-opencl
-openexr
openmp
pango
-perl
png
-postscript
+-postscript
-q32
-q8
raw