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

ImageMagick Font Problem #873

Open
Nvertd opened this issue Dec 26, 2024 · 2 comments
Open

ImageMagick Font Problem #873

Nvertd opened this issue Dec 26, 2024 · 2 comments

Comments

@Nvertd
Copy link

Nvertd commented Dec 26, 2024

When Trying to list fonts by using convert -list fon, nothing returns.
And when using any commands such as -draw or label: that requires fonts the following message appears

convert: delegate library support not built-in
'IMG_9946. jpeg' (XML)@warning/profile.c/Valid ateXMPProfile/1938.
@holzschu
Copy link
Owner

holzschu commented Jan 3, 2025

Thanks for raising this issue. It took me into a deep dive of how ImageMagick stores fonts. For my own future reference:

The good news is that I just have to edit the ImageMagick config file (in $APPDIR/ImageMagick-7/config/type.xml) in order to fix this issue. The bad news is that it will require a new version before it is available. The other bad news is that using user-installed fonts is going to be trickier. I'll let you know as soon as the new version is ready.

@holzschu
Copy link
Owner

holzschu commented Jan 4, 2025

The TestFlight version for a-Shell mini now has the fix for this issue: https://testflight.apple.com/join/REdHww5C
I'll let you check if it works for your use cases (I've been testing a lot, but you will likely find more issues).

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

No branches or pull requests

2 participants