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 11:15:26 +0100 Message-ID: <87r3ixxn41.fsf@free.fr> References: <87si3ege68.fsf@free.fr> <874mfte4fr.fsf@delle7240.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6FIy-0004CD-Uq for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 05:15:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6FIv-0006rg-3J for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 05:15:32 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:13940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6FIu-0006rW-U6 for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 05:15:29 -0500 Received: from touco (unknown [82.244.252.119]) by smtp2-g21.free.fr (Postfix) with ESMTPS id A46104B011A for ; Tue, 8 Dec 2015 11:14:24 +0100 (CET) In-Reply-To: <874mfte4fr.fsf@delle7240.chemeng.ucl.ac.uk> (Eric S. Fraga's message of "Tue, 8 Dec 2015 08:21:28 +0000") 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 Eric S Fraga writes: > On Monday, 7 Dec 2015 at 22:08, Julien Cubizolles wrote: >> 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 > > I use jhead for adding a copyright statement to my photos (in > JPEG). Thanks, is there a dedicated field for copyright statements ? Did some good soul already code some lisp around it=C2=A0? Julien.