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:14:52 +0100 Message-ID: <87zixlxn4z.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]:42349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6FIS-0003Zk-VL for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 05:15:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6FIN-0006mD-SZ for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 05:15:00 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:36736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6FIN-0006m6-N2 for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 05:14:55 -0500 Received: from touco (unknown [82.244.252.119]) by smtp2-g21.free.fr (Postfix) with ESMTPS id BDA644B00E8 for ; Tue, 8 Dec 2015 11:13:50 +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.