X-Recipient: archive-cygwin AT delorie DOT 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: <5027B4AC DOT 7070407 AT gmail DOT com> <502A5675 DOT 8010202 AT gmail DOT com> <20120814150922 DOT GD18059 AT calimero DOT vinschen DOT de> <20120814171436 DOT GG18059 AT calimero DOT vinschen DOT de> <502AA5A3 DOT 9030809 AT gmail DOT com> Date: Tue, 14 Aug 2012 14:42:35 -0500 Message-ID: Subject: Re: imagemagick errors under cygwin on 64-bit Win 7 system From: Paul Thompson To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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