draw text frozen on Mac

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mrtibs2000
Posts: 3
Joined: 2016-03-06T13:52:43-07:00
Authentication code: 1151

draw text frozen on Mac

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: draw text frozen on Mac

Post by fmw42 »

What do you get from

Code: Select all

convert -version
What is your exact command line?
mrtibs2000
Posts: 3
Joined: 2016-03-06T13:52:43-07:00
Authentication code: 1151

Re: draw text frozen on Mac

Post 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
mrtibs2000
Posts: 3
Joined: 2016-03-06T13:52:43-07:00
Authentication code: 1151

Re: draw text frozen on Mac

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: draw text frozen on Mac

Post by fmw42 »

Sometimes, the very first time you use label:, it can be slow. I have had that experience myself on my Mac.
Post Reply