From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Embedding and extracting license/author information in an image file Date: Mon, 07 Dec 2015 22:08:15 +0100 Message-ID: <87si3ege68.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a631I-00006x-4Z for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 16:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a631D-0004e2-5I for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 16:08:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:54647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a631C-0004dd-VB for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 16:08:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a631B-0004kx-3V for emacs-orgmode@gnu.org; Mon, 07 Dec 2015 22:08:21 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 22:08:21 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 22:08:21 +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: emacs-orgmode@gnu.org I often include images in my org documents and would like to properly cite the license, and/or author. I was thinking that this could be simplified by: * embedding the license/author information in some metadata of the jpg or png file (it seems that some standard called xmp can be used to embed data in png/jpg [fn:1]) preferably using some emacs tool * getting org to add a footnote with this information when linking to a file with this kind of information. Could it be done ? Do you know of an emacs package providing read/write access to this metadata ? Footnotes: [fn:1] https://en.wikipedia.org/wiki/Extensible_Metadata_Platform