From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: Embedding and extracting license/author information in an image file Date: Tue, 08 Dec 2015 10:45:03 +0100 Message-ID: <878u55z334.fsf@free.fr> References: <87si3ege68.fsf@free.fr> <87y4d6kku4.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6Epa-0002SI-14 for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 04:45:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6EpW-0008Ia-RQ for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 04:45:09 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:48522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6EpW-0008Fc-Ml for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 04:45:06 -0500 In-Reply-To: <87y4d6kku4.fsf@gmx.us> (rasmus@gmx.us's message of "Mon, 07 Dec 2015 22:30:43 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > You could probably use exiftool with org-babel or dynamic blocks to > extract the required data and generated the syntax you want. Thanks for the pointer, I'll give it a try with image-dired-get-exif-data, and image-dired-set-exif-data. There doesn't seem to be an interactive use for the latter, that's unfortunate: you can't add an exif tag from dired. Julien.