Discovered: Oct 13, 2022. 11:07 From Imagemagick fonts not found in OSX I found: convert -font "~/MyFont.ttc" <- which i changed to .pfb instead of .ttc and it worked! -> working bash script –> magick montage -font ~/fonts/n019003l.pfb '/mnt/c/Users/rolan/OneDrive/Pictures/WALKING_12OCT2022/*.JPG[1x1]' -tile 15x1 -geometry '1x1+0+0' miff:- ¦ magick - -font ~/fonts/n019003l.pfb -scale 300x20 2022-10-12-walking-averagecolor.png <– see also Adding a new font to imagemagick

Leave a comment on github