From owner-freebsd-doc@FreeBSD.ORG Mon Sep 5 14:21:37 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00EC5106567A; Mon, 5 Sep 2011 14:21:37 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF548FC21; Mon, 5 Sep 2011 14:21:36 +0000 (UTC) Received: by ywo32 with SMTP id 32so4038543ywo.13 for ; Mon, 05 Sep 2011 07:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=sBRKc/sr+NN6rdfXVudEictb42VxGPLbE1vfNOwEBKs=; b=L1OoOVE2W54QTuiDLNOX3KCIFJmojZZ/aKaXUUd12aKxH2JnCWbu5uSRwjhAQ5ddqu ySX1dDxMHyk9pQwxYl0q1sGTWiRVpwXplCj1nP6c9iHxGy41gL2ptZCSd3CSPcxEFKhS L5CkAWAAnxP20MZM9jN9LEKEXW5yM0D6G0lVw= Received: by 10.68.0.37 with SMTP id 5mr8300043pbb.77.1315230392062; Mon, 05 Sep 2011 06:46:32 -0700 (PDT) MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.68.47.1 with HTTP; Mon, 5 Sep 2011 06:45:52 -0700 (PDT) In-Reply-To: References: <4E64B132.10501@FreeBSD.org> <4E64BDB2.6050400@FreeBSD.org> From: Igor Mozolevsky Date: Mon, 5 Sep 2011 14:45:52 +0100 X-Google-Sender-Auth: lTPY9Dj92r83_Xp6UUgdRnWbzm4 Message-ID: To: =?UTF-8?B?RGF2aWQgTXXDsW96?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-doc@freebsd.org, Doug Barton Subject: Re: Task for someone with graphics talent X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2011 14:21:37 -0000 On 5 September 2011 14:17, David Mu=C3=B1oz wrote: > On Mon, Sep 5, 2011 at 3:03 PM, Eitan Adler wrote: > > http://voiser.es/numbers.tar.bz2 slight mod to remove the white corners (don't have a machine to test it on atm, but ought to work): convert -size 101x101 xc:green -transparent green -fill black -draw 'circle 50,50 50' -fill white -stroke none -pointsize 80 -gravity center -kerning -1 -font Helvetica-Narrow -draw "text 0,5 \"$i\"" $i.png Cheers, Igor :-)