From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49743 Path: main.gmane.org!not-for-mail From: Kirk Strauser Newsgroups: gmane.emacs.gnus.general Subject: Re: better gnus logos Date: Sat, 01 Feb 2003 11:15:30 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <87fzr72a8d.fsf@strauser.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: main.gmane.org 1044119663 6300 80.91.224.249 (1 Feb 2003 17:14:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 1 Feb 2003 17:14:23 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18f1Di-0001dT-00 for ; Sat, 01 Feb 2003 18:14:22 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18f1F8-0007L2-00; Sat, 01 Feb 2003 11:15:50 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 01 Feb 2003 11:16:47 -0600 (CST) Original-Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA08604 for ; Sat, 1 Feb 2003 11:16:36 -0600 (CST) Original-Received: from pooh.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.6/8.12.6) with ESMTP id h11HFYof054930 for ; Sat, 1 Feb 2003 11:15:35 -0600 (CST) (envelope-from kirk@strauser.com) Original-To: ding@hpc.uh.edu In-Reply-To: (Wes Hardaker's message of "Fri, 31 Jan 2003 12:08:10 -0800") Original-Lines: 30 X-Mailer: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49743 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49743 --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-01-31T20:08:10Z, Wes Hardaker writes: > So, I played around a bit more with a better version of the oort cloud and > have the following better replacements to suggest. They're all better, > but I like the 3rd the best I think. Just a quick note: by converting the xpm files to pngs, I was able to cut the total size from 225778 bytes to 14167 bytes. Before: kirk@pooh:~$ ls -la *.xpm -rw-r--r-- 1 kirk kirk 75257 Feb 1 10:43 gnus-eye5.xpm -rw-r--r-- 1 kirk kirk 75293 Feb 1 10:43 gnus-eye6.xpm -rw-r--r-- 1 kirk kirk 75228 Feb 1 10:42 gnus-new2.xpm The conversion process: for i in gnus*.xpm; do xpmtoppm < $i | pnmtopng > $i.png; done After: kirk@pooh:~$ ls -la gnus*.png -rw-r--r-- 1 kirk kirk 3553 Feb 1 11:12 gnus-eye5.xpm.png -rw-r--r-- 1 kirk kirk 4512 Feb 1 11:12 gnus-eye6.xpm.png -rw-r--r-- 1 kirk kirk 6102 Feb 1 11:12 gnus-new2.xpm.png =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+PAC25sRg+Y0CpvERArALAKCf9CegZy9W2nZBqyB4AUBzGb2XigCgheb8 axFD14kbyLyRk9+HaD51W6E= =RUdk -----END PGP SIGNATURE----- --=-=-=--