From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: inline images Date: Fri, 03 Oct 2008 05:34:59 +0200 Message-ID: <48E592E3.5040208@gmx.de> References: Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlbR3-0006u2-Py for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 23:34:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlbR2-0006qu-Bm for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 23:34:33 -0400 Received: from [199.232.76.173] (port=55579 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlbR2-0006qn-4A for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 23:34:32 -0400 Received: from mail.gmx.net ([213.165.64.20]:43312) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KlbR2-0006V7-0L for emacs-orgmode@gnu.org; Thu, 02 Oct 2008 23:34:32 -0400 In-Reply-To: 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 Hi Felipe, did ever try `M-x tumme' alias `M-x image-dired' ??? Displays thumbnails. And there is a possibility to annotate files (does NOT write EXIF data): Just press `c' and enter your comments. When ever you select that image in the thumbnail window (or in dired even??) therafter, the comment will show up again in the minibuffer. You may even tag your images (`tt'), remove images from the thumbnail-view (e.g. to sort them out to find a decision) and more. Hmm - emacs has some support for images, but I think it's not the ideal environment for organising them yet. How about some programm, that is able to handle a fair amount of images and has features for organising them? They all create thumbnails automatically and support tagging, anotations, editing, creation of HTML-slideshows and and and... I simply use http://gthumb.sourceforge.net/features.html. Best Regards, - Sebastian Felipe Csaszar wrote: > 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