From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: tumme directory Date: Mon, 13 Feb 2006 00:26:49 +0100 Message-ID: <7dbe73ed0602121526t6b1feb22x9ef54e4bcb9e07b7@mail.gmail.com> References: <87r76t8afw.fsf@stupidchicken.com> <87zmkzf99z.fsf-monnier+emacs@gnu.org> <874q36ipyz.fsf@jurta.org> <87vevlh7qz.fsf@catnip.gol.com> <87wtg1lbio.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139786833 6186 80.91.229.2 (12 Feb 2006 23:27:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 23:27:13 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org, Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 00:27:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8QcR-000212-By for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 00:27:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8QcQ-0001JY-K8 for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 18:27:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8QcG-0001JB-QQ for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:26:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8QcF-0001Iy-Bp for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:26:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8QcF-0001Iv-7o for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:26:51 -0500 Original-Received: from [66.249.82.199] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8QgZ-0000jN-4L for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:31:19 -0500 Original-Received: by xproxy.gmail.com with SMTP id i29so545043wxd for ; Sun, 12 Feb 2006 15:26:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WJHGdMMUGbwolqoMBuB15HnTuGYCfoKKbxmP5Ck92BzAjKbJC+MPWjEK0Xsuf+vTcROw1VOKqweavSgk0FAHLZ52ORIU7fnvjKVPhCrL2yJaldihfp+MtUwrZ2AOE+8P9XfgARSKvG4EZG/bDH7zTMSYiSpHi47pHCdAYd7pzTE= Original-Received: by 10.70.70.18 with SMTP id s18mr1841958wxa; Sun, 12 Feb 2006 15:26:49 -0800 (PST) Original-Received: by 10.70.105.1 with HTTP; Sun, 12 Feb 2006 15:26:49 -0800 (PST) Original-To: Juri Linkov In-Reply-To: <87wtg1lbio.fsf@jurta.org> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50428 Archived-At: > The first program in the sequence I used was `convert': > ... > The second was `pngnq'. It optimizes PNG images using the neural net bas= ed > color quantization algorithm. It can quantize images down to 256 colors > with much better results than other color optimization algorithms. We should mention that using `pngnq' generates uglier thumbnails. :) Really, they are. IMHO, of course. But I guess it is the price we have to pay for getting the file size down. Personally, I will probably stick to using JPEG thumbnails until I feel an urge to be able to reuse the thumbnails tumme creates in other programs, which is what the Thumbnail Managing Standard is about, basically.