Gnus development mailing list
 help / color / mirror / Atom feed
From: Kirk Strauser <kirk@strauser.com>
Subject: Re: better gnus logos
Date: Sat, 01 Feb 2003 11:15:30 -0600	[thread overview]
Message-ID: <87fzr72a8d.fsf@strauser.com> (raw)
In-Reply-To: <sd1y2tf5g5.fsf@wanderer.hardakers.net> (Wes Hardaker's message of "Fri, 31 Jan 2003 12:08:10 -0800")

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

At 2003-01-31T20:08:10Z, Wes Hardaker <wes@hardakers.net> 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
-- 
Kirk Strauser
In Googlis non est, ergo non est.

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  parent reply	other threads:[~2003-02-01 17:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-31 20:08 Wes Hardaker
2003-01-31 20:41 ` Norbert Koch
2003-02-01  8:51   ` Frank Schmitt
2003-02-02  8:54   ` Xavier MAILLARD
2003-01-31 23:02 ` Ted Zlatanov
2003-02-01  1:40 ` Wes Hardaker
2003-02-01  8:35 ` Robert Marshall
2003-02-01  8:40   ` Christoph Conrad
2003-02-01 10:32 ` Kai Großjohann
2003-02-03 15:54   ` Wes Hardaker
2003-02-03 17:53     ` Kai Großjohann
2003-02-01 16:41 ` Lars Magne Ingebrigtsen
2003-02-01 17:15 ` Kirk Strauser [this message]
2003-02-03 15:55   ` Wes Hardaker
2003-02-07 12:25     ` Lars Magne Ingebrigtsen
2003-02-07 18:00       ` Kirk Strauser
2003-02-07 21:08 ` luis fernandes
2003-02-15 15:13   ` Wes Hardaker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fzr72a8d.fsf@strauser.com \
    --to=kirk@strauser.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).