emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tumme directory


From: Mathias Dahl
Subject: Re: tumme directory
Date: Mon, 13 Feb 2006 00:52:33 +0100

> It adds all required attributes, but still misses some additional attributes
> (like original dimensions).  Since the same attributes should be displayed
> in the *tumme* buffer, I expect more discussion how to extract these
> attributes from original images.  I'd like to add
>
> (defcustom tumme-cmd-read-info-program
>   "identify"
>   "*Executable used to get information about original images.
> Used together with `tumme-cmd-read-info-options'."
>   :type 'string
>   :group 'tumme)
>
> (defcustom tumme-cmd-read-info-options
>   "%p -format \"%%f %%wx%%h %%b\n\" %f"
>   "*Format of command used to get information about original images.
> Available options are %p which is replaced by
> `tumme-cmd-read-info-program', %f which is replaced by the file name
> of the original image."
>   :type 'string
>   :group 'tumme)
>
> and use it to extract image information.

That seems useful, I have nothing against adding it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]