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 14:55:21 +0100 Message-ID: <87h9jtxcxi.fsf@free.fr> References: <87si3ege68.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6Ijx-00023K-NZ for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 08:55:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6Ijs-0003MN-ME for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 08:55:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:58854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6Ijs-0003M8-BS for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 08:55:32 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6Ijo-0005bX-Mo for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 14:55:28 +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 ; Tue, 08 Dec 2015 14:55:28 +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 ; Tue, 08 Dec 2015 14:55:28 +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 John Kitchin writes: > This is usually done manually in a citation in the caption I think. I'm using it for beamer presentations for teaching, I'd rather have them all at the end of the pdf. > This would not work reliably. I could imagine an insert figure link > which would check for the data and do that, or perhaps a > post-insert-link hook function, but neither of these would work if you > simply type in a link. What should happen with images that don't contain > the data? I guess being able to write and read the metadata from emacs would be enough for now. > None I know of. I looked at something similar for pdf, but did not find > anything but external programs. As I mentioned image-dired has image-dired-set-exif-data and image-dired-get-exif-data: it might be useful. Julien.