Search found 3 matches

by bhoch
2015-07-13T14:02:40-07:00
Forum: Bugs
Topic: montage bug
Replies: 1
Views: 2123

montage bug

Hello,

Using the following command to put two images together:
montage -mode Concatenate -frame 5 -tile 1x2 mostemp.24.gif mospop.24.gif mos24.gif

This was working fine, but after I upgraded to 6.9.1-7 via yum update (remi repo) under CentOS 6.6 the image colors started getting weird with black ...
by bhoch
2014-05-22T09:51:56-07:00
Forum: Bugs
Topic: degree symbol not plotting
Replies: 2
Views: 4779

Re: degree symbol not plotting

Silly me for assuming that the version of ImageMagick that comes with the base/epel repositories was current, even when you run yum update. What was I thinking...

Enabled the remi.repo (see 2nd answer at http://serverfault.com/questions/446474/install-recent-imagemagick-on-centos-6-3). Removed ...
by bhoch
2014-05-21T07:00:33-07:00
Forum: Bugs
Topic: degree symbol not plotting
Replies: 2
Views: 4779

degree symbol not plotting

Using Centos 6.5 + Imagemagick 6.5.4-7 2014-02-10 Q16

When I try to use convert to plot text with the degree symbol, the text stops plotting at the degree symbol.

The relevant lines from the script:

set runhr = "Daytime Temperatures (°F) GFS MOS 24 hour Forecast Valid 12Z"
convert tmp1.gif ...