-
Notifications
You must be signed in to change notification settings - Fork 10
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
montage fails on Graham #438
Comments
Instead you could build the imagemagick inside minc-toolkit so you get an older version that shouldn't do this. |
that sounds like a much better idea actually. do you have experience installing imagemagick? is it a difficult one? |
In minc-toolkit, just add |
@gdevenyi thanks for your help. I tried to install minc-toolkit, but I was getting errors and it seems like this may become a time investment that isnt worth the montage stages, though I'll keep your suggestion in mind for the next minc-toolkit release. |
montage: unable to read font
(null)' @ error/annotate.c/RenderFreetype/1362`The solution is simply to specify the font with the
-font
flag. Any system font printed by runningconvert -list font
will work. For example-font DejaVu-Sans
. This is annoying... Should we allow the user to specify a flag or default to something that might work?The text was updated successfully, but these errors were encountered: