From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49302 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-convert-image-to-face-command Date: Thu, 16 Jan 2003 14:39:55 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1042724377 3520 80.91.224.249 (16 Jan 2003 13:39:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2003 13:39:37 +0000 (UTC) Cc: ding@gnus.org 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 18ZAF5-0000ub-00 for ; Thu, 16 Jan 2003 14:39:35 +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 18ZAFl-0007H9-00; Thu, 16 Jan 2003 07:40:17 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 16 Jan 2003 07:41:12 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA13203 for ; Thu, 16 Jan 2003 07:40:59 -0600 (CST) Original-Received: (qmail 90293 invoked by alias); 16 Jan 2003 13:39:58 -0000 Original-Received: (qmail 90288 invoked from network); 16 Jan 2003 13:39:58 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 16 Jan 2003 13:39:58 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id h0GDdtRr030815 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 16 Jan 2003 14:39:56 +0100 Original-To: Andreas =?iso-8859-1?q?B=FCsching?= Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030116:crunchy@tzi.de:cda1335cf361b347 X-Hashcash: 0:030116:crunchy@tzi.de:cda1335cf361b347 X-Payment: hashcash 1.1 0:030116:ding@gnus.org:37bdcaf9c86ef55d X-Hashcash: 0:030116:ding@gnus.org:37bdcaf9c86ef55d In-Reply-To: (Andreas =?iso-8859-1?q?B=FCsching's?= message of "Thu, 16 Jan 2003 11:55:46 +0100") User-Agent: Gnus/5.090013 (Oort Gnus v0.13) XEmacs/21.4 (Portable Code, i686-pc-linux) X-Face: 1Yn@M+tp9bHO[8c_KMq4EAehxF;z,'j|yrivOiG+mxk$hnZac61A{@h6 writes: > This looks like copy'n'paste from gnus-convert-image-to-x-face-command ;-) > > ,---- > | gnus-convert-image-to-face-command's value is > | "djpeg %s | ppmnorm | pnmscale -width 48 -height 48 | ppmquant %d | pnmtopng" > | > | Command for converting a GIF to an X-Face. > ^^^ ^^^^^^ > I don't think so ... Fixed, thanks.