From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Csaszar Subject: Re: inline images Date: Thu, 2 Oct 2008 19:56:45 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlUUz-0006Do-HQ for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 16:10:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlUUx-0006D5-UU for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 16:10:09 -0400 Received: from [199.232.76.173] (port=47161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlUUx-0006Cu-JT for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 16:10:07 -0400 Received: from main.gmane.org ([80.91.229.2]:35144 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlUUx-0000HM-6c for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 16:10:07 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KlUUs-0001RS-GC for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 20:10:03 +0000 Received: from shdh-dhcp-295.WHARTON.UPENN.EDU ([128.91.113.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Oct 2008 20:10:02 +0000 Received: from fcsaszar by shdh-dhcp-295.WHARTON.UPENN.EDU with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Oct 2008 20:10:02 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Lindsay Todd gmail.com> writes: > > It would also be useful if you could specify the size of the image. > I'd like to use org-mode to organize pictures that I want to use for > LaTeX documents -- see the image, as well as the copyright info, etc. > But an image suitable for a presentation is way, way too large for > inline inclusion. Yet having to manually build thumbnail images > misses the point of easy organization! > A nice way to solve this would be to add a few customizable variables to iimage: - iimage-max-size-x: do not display image is width > N - iimage-max-size-y: do not display image is height > N - iimage-scale-if-oversize: if non-nil, re-scale oversized image so that it fits within iimage-max-size-x and iimage-max-size-y Just my two cents. Best, Felipe