X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.0 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <502AA5A3.9030809@gmail.com>
References: <loom.20120812T142816-982@post.gmane.org>	<5027B4AC.7070407@gmail.com>	<loom.20120814T020312-509@post.gmane.org>	<CE9C056E12502146A72FD81290379E9A495FFE3C@ENFIRHMBX1.datcon.co.uk>	<502A5675.8010202@gmail.com>	<CANLSjUteBXH7P6fBFqsvK3S_F2kZdVT9Qn9wpYGAX-R-4GEPog@mail.gmail.com>	<20120814150922.GD18059@calimero.vinschen.de>	<CANLSjUtVqVLP3jT3H3oBHT87Bfxe3ssRWBp9q2n_DRLv6Z2vxg@mail.gmail.com>	<20120814171436.GG18059@calimero.vinschen.de>	<CANLSjUtUxA2sCEQYUaOpN55UUMofTN+27muz_BTxD_wa8S-pSg@mail.gmail.com>	<502AA5A3.9030809@gmail.com>
Date: Tue, 14 Aug 2012 14:42:35 -0500
Message-ID: <CANLSjUtj2c57YFKkhs5XWNr6vxeP8Faw11axx6jygBG11QLb=Q@mail.gmail.com>
Subject: Re: imagemagick errors under cygwin on 64-bit Win 7 system
From: Paul Thompson <patjahsd@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> Paul,
> it is not a rebase error.
> It is ImageMagick mishandling the missing font.
>
> GraphickMagick equivalent is correctly handling the case and the
> error message is more clear.
>
> $ gm  montage -label "D Brausch Wedding,1951" zimg002.miff -font Arial
> -pointsize 20 -frame 40 -geometry +0+0 zimg002.png
> gm montage: Unable to read font (arial.ttf) [No such file or directory].
>
> The workaround for both "montage" and "gm montage" is to copy arial.ttf
> in the current directory
> something like
> "cp /cygdrive/c/Windows/Fonts/arial.ttf ."
>
> ImageMagick is also able to use the TTF font if installed in the X
> directory  /usr/share/fonts/TTF and montage is run inside xterm
> instead of mintty.
> GM is not handling such case, but I have no time to investigate.
>
> Regards
> Marco
>

I will try that tonight. The other install of ImageMagick also gave me
the arial font error, but handled it more gracefully.

Is there some way to getting the fonts on to the path so that I don't
need to do the copy around? It seems odd that fonts cannot be located
in some sensible manner.
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

