Page 1 of 1

draw text frozen on Mac

Posted: 2016-03-06T13:56:58-07:00
by mrtibs2000
Hi,

I'm just starting with ImageMagick and all the convert commands that have a draw text command simply freeze on my Mac console. Initially I thought it just takes long, but I have the CTRL^C the command after a minute of waiting. I have an Ubuntu vm and draw text works just fine. Btw, I'm running Version: ImageMagick 6.8.9-7 Q16 x86_64 2014-09-01.

Any help would be appreciated.
Thanks!
T

Re: draw text frozen on Mac

Posted: 2016-03-06T14:18:50-07:00
by fmw42
What do you get from

Code: Select all

convert -version
What is your exact command line?

Re: draw text frozen on Mac

Posted: 2016-03-06T17:38:47-07:00
by mrtibs2000
Version: ImageMagick 6.8.9-7 Q16 x86_64 2014-09-01 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms ltdl lzma openexr png ps tiff webp x xml zlib

convert -background lightblue -fill blue \
-font Candice -pointsize 72 label:Anthony \
label.gif

Re: draw text frozen on Mac

Posted: 2016-03-06T17:40:28-07:00
by mrtibs2000
Ok... this is insane... It's working now. That was very weird. I just rebooted my computer (a Mac!) and it's now working just fine. Sorry for the false alarm.

Re: draw text frozen on Mac

Posted: 2016-03-06T18:11:34-07:00
by fmw42
Sometimes, the very first time you use label:, it can be slow. I have had that experience myself on my Mac.