From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: how to get images support in Emacs on Windows? Date: Thu, 19 Feb 2015 23:19:18 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOaNZ-00073s-7c for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 18:19:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOaNU-0001bW-7h for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 18:19:33 -0500 Received: from plane.gmane.org ([80.91.229.3]:51736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOaNU-0001bQ-0e for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 18:19:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YOaNQ-0004TY-UL for emacs-orgmode@gnu.org; Fri, 20 Feb 2015 00:19:25 +0100 Received: from c-50-135-252-148.hsd1.wa.comcast.net ([50.135.252.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2015 00:19:24 +0100 Received: from hesitz by c-50-135-252-148.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2015 00:19:24 +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'm trying to use inline images on Windows and (I think?) I've gotten to the point where I understand that this is not available with the standard GNU Emacs installation on Windows. My understanding is that I need an "image.dll" that I can put in the bin directory. I think that comes as part of EmacsW32 install, but that install seems to be packaged as a single executable, not sure how to get image.dll without running a full install of EmacsW32, which I don't think I want. So, am I correct in understanding that all I need is that 'image.dll' to get inline image support on Windows (I'm running v24.4 of Emacs). If not, what more do I need to do? And how can I get (or make) a copy of that .dll? Thanks, Herbert