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: image scaling Date: Thu, 21 Feb 2008 21:41:57 +0100 Message-ID: <7dbe73ed0802211241o1a1a0051yb93ad295225c86dd@mail.gmail.com> References: <7dbe73ed0802210042s5691ace5w9a69a3d0a847b7f0@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203626533 7070 80.91.229.12 (21 Feb 2008 20:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 20:42:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 21:42:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JSIFZ-0003HI-46 for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 21:42:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSIF3-0008S4-KN for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 15:42:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSIEz-0008Pw-UY for emacs-devel@gnu.org; Thu, 21 Feb 2008 15:42:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSIEy-0008LI-6w for emacs-devel@gnu.org; Thu, 21 Feb 2008 15:42:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSIEy-0008Kt-2z for emacs-devel@gnu.org; Thu, 21 Feb 2008 15:42:00 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSIEx-0006Zl-MG for emacs-devel@gnu.org; Thu, 21 Feb 2008 15:41:59 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so181465wah.10 for ; Thu, 21 Feb 2008 12:41:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=u3r9B8sQIGi2f6mH9LrftcrjXx1qOWAEwJ/dNm45tyE=; b=m0iGmn61jA9adWlvw/wDmT4FuMhcx5q7T5ietHnSVswnjY10kiVEtjzz4rypkpjB31fhBI6qOH7SRnddNqfu1sX1s31/cRLTh8rQoULHS9WenJDHRYyegNYdDwrb4uJbbjhbAcx4QAYwgdfRlImawGTCkmbR4JksN426mHppyNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NeOVyGfLhKX2h9aHFS4oeWJrZv4IAirjJTDQKK0ZUyBxxe41jwCyryH0YDiiWEQX/01bRlwvJoNV7/KNDKrQgYsiody9LQEpCB8aJLNW1GX69IoSHmboz0K/ckwE6gxDuhyb2x+o9I1CznbVpJxv/fTdw7XjM3hEEUO+ya213/E= Original-Received: by 10.114.109.1 with SMTP id h1mr2333621wac.35.1203626517565; Thu, 21 Feb 2008 12:41:57 -0800 (PST) Original-Received: by 10.114.147.8 with HTTP; Thu, 21 Feb 2008 12:41:57 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:89859 Archived-At: > > It would be really good to have such a feature as I think it would > > make browsing images in image-dired's thumbnail buffer (display some > > large images there and use SPC and DEL to go back and forth to see > > what I mean) much quicker. > > Hmm... Seeing how other programs that deal with thumbnails also do > "convert to a new file", it looks like that example isn't very > compelling: I think you misunderstand what I meant; I wasn't talking about making the thumbnails, I was talking about the scaled (to fit window) image used when browsing images in the thumbnail buffer. Here is a recipe: $ emacs -Q Then (output from view-lossage): M-x i m a g e SPC d i r e d g f x p i c s SPC SPC SPC ... Each time you do SPC or DEL in the thumbnail buffer a scaled version of the original image is created and displayed. Just so we talk about the same thing.