From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D29FD1381F3 for ; Wed, 24 Apr 2013 17:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71A1E0B59; Wed, 24 Apr 2013 17:58:06 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 72F33E0A9C for ; Wed, 24 Apr 2013 17:58:05 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,545,1363132800"; d="scan'208";a="10968389" Received: from 213-152-39-89.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.89]) by smtpout.karoo.kcom.com with ESMTP; 24 Apr 2013 18:57:49 +0100 Received: from [192.168.11.4] (unknown [192.168.11.4]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id 9A36CA935F for ; Wed, 24 Apr 2013 18:55:41 +0100 (BST) Content-Type: text/plain; charset=us-ascii Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: [gentoo-user] Re: OT: emoticon display with Thunderbird From: Stroller In-Reply-To: Date: Wed, 24 Apr 2013 18:57:46 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <758C7A49-3C05-4D60-9B89-2018BFC5E0DF@stellar.eclipse.co.uk> References: <3361147B-027C-4A59-B2ED-660DD7DB65FC@stellar.eclipse.co.uk> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1283) X-Archives-Salt: a69d693a-977a-4ea9-b854-16def05f6d3d X-Archives-Hash: 33d3074cda115cc0026323eac5f565d8 On 24 April 2013, at 15:10, James wrote: > ... > What I'm really (eventually) after is a way to send > a custom emoticon, tied to a specific trirgger. > For example, every hour, I'd like to send a measured > temperature from a remote linux system to the mail > box on another system, that looks like a hollow > emoticon (empty sphere) with these characters inside of > it: >=20 > 72F >=20 > meaning the cpu temperature on this system is 72 degrees F. > Think of it a simple graphical email, via expanded emoticons? My immediate reaction to this is to suggest creating a PDF. My mail = client shows PDFs inline, so this would display quite nicely. You could = create the circle using Postscript, then dump the postscript document to = PDF; PDFs allow arbitrary paper sizes. Alternatively, you could draw this as a gif or png using imagemagick or = something. The imagemagick examples explain how to draw circles: http://www.imagemagick.org/Usage/draw/#circles Stroller.