From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Re: how to get images support in Emacs on Windows? Date: Thu, 19 Feb 2015 15:33:44 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOac5-0005R7-Tm for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 18:34:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOac4-0005qj-QO for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 18:34:33 -0500 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:42377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOac4-0005p4-Ik for emacs-orgmode@gnu.org; Thu, 19 Feb 2015 18:34:32 -0500 Received: by labgf13 with SMTP id gf13so2892226lab.9 for ; Thu, 19 Feb 2015 15:34:31 -0800 (PST) In-Reply-To: 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: Herbert Sitz Cc: "emacs-orgmode@gnu.org" It's not called "image.dll", which may be a source of confusion. Here are the instructions specifically for PNG images. For each type, a different DLL is required: http://stackoverflow.com/questions/2650041/emacs-under-windows-and-png-files On Thu, Feb 19, 2015 at 3:19 PM, Herbert Sitz wrote: > 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 > >