upgrade problem

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
DV4

upgrade problem

Post by DV4 »

I have upgraded from

Version: ImageMagick 6.2.4 04/29/07

to

Version: ImageMagick 6.3.5 09/13/07

and

Code: Select all

convert -background none -fill '#666' -font verdana -pointsize 20 -size 400x300 caption:'my caption' my_image.png
no longer works - I'm very confused.

Any help would be much appreciated.

Many thanks,

Rob
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: upgrade problem

Post by anthony »

In what way does it not work?

Works perfectly fine for me!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply