From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81117 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.gnus.general Subject: Standardize image height for the article's in-line display Date: Tue, 31 Jan 2012 20:10:02 +0200 Organization: EUR Message-ID: <87hazaehu2.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1328111453 15214 80.91.229.3 (1 Feb 2012 15:50:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2012 15:50:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29398@lists.math.uh.edu Wed Feb 01 16:50:50 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RscSO-0000Zo-4L for ding-account@gmane.org; Wed, 01 Feb 2012 16:50:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RscSI-0004y0-8v; Wed, 01 Feb 2012 09:50:42 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RsbO5-0004Vu-Bp for ding@lists.math.uh.edu; Wed, 01 Feb 2012 08:42:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RsbO4-0005EY-Jd for ding@lists.math.uh.edu; Wed, 01 Feb 2012 08:42:17 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RsbO3-0008MS-5d for ding@gnus.org; Wed, 01 Feb 2012 15:42:15 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RsbO1-00079U-9h for ding@gnus.org; Wed, 01 Feb 2012 15:42:13 +0100 Original-Received: from host-static-188-237-125-135.moldtelecom.md ([188.237.125.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 15:42:13 +0100 Original-Received: from spinuvit by host-static-188-237-125-135.moldtelecom.md with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 15:42:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: host-static-188-237-125-135.moldtelecom.md User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-From-Line: nobody Tue Jan 31 20:10:04 2012 Cancel-Lock: sha1:NmOLEpw1V9U5pNA5inpBTXWcnSM= X-Spam-Score: 0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81117 Archived-At: Hi, Is there a way to scale all images in the gnus article to the same predefined height? My amateur take on this is like follows. I have (add-to-list 'mm-attachment-override-types "image/.*") to make all the images display by default. Now I would like to treat each image with an appropriate function from eimp package, or maybe use thumbnails from image-dired, but cannot see how it could be done. Any ideas? Thanks, Vitalie.