hackerb9 / lsix

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
GNU General Public License v3.0
3.97k stars 129 forks source link

ERROR: montage: delegate library support not built-in #58

Closed amarakon closed 2 years ago

amarakon commented 2 years ago

On certain files, running lsix will still display the image but with an error message:

montage: delegate library support not built-in 'glasses.png' (XML) @ warning/profile.c/ValidateXMPProfile/1945.

How can I get rid of this error message, or at least suppress it?

hackerb9 commented 2 years ago

That's a new one on me. Is it saying that glasses.png contains an XMP Profile that it doesn't know how to read? Weird. I wonder if that's something new in ImageMagick 7. Please send the output from montage -version.

amarakon commented 2 years ago

The issue is that I had ImageMagick compiled without XML support. I recompiled with XML support and this doesn't happen anymore.