From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: How do I make windows emacs display PNG and JPEG images? Date: Mon, 29 Dec 2014 08:54:31 +0100 Message-ID: <86vbkugabs.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419839708 17353 80.91.229.3 (29 Dec 2014 07:55:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 07:55:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 29 08:55:01 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y5VAL-0008MF-IY for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2014 08:55:01 +0100 Original-Received: from localhost ([::1]:60508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5VAK-0002Pu-M1 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2014 02:55:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5VA9-0002Pp-I8 for help-gnu-emacs@gnu.org; Mon, 29 Dec 2014 02:54:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5VA4-0003zv-Gr for help-gnu-emacs@gnu.org; Mon, 29 Dec 2014 02:54:49 -0500 Original-Received: from rainey.bang.priv.no ([212.110.185.190]:54013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5VA4-0003zd-Ax for help-gnu-emacs@gnu.org; Mon, 29 Dec 2014 02:54:44 -0500 User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (windows-nt) X-SA-Exim-Connect-IP: 84.208.248.210 X-SA-Exim-Rcpt-To: too long (recipient list exceeded maximum allowed size of 8 bytes) X-SA-Exim-Mail-From: sb@dod.no X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:57:07 +0000) X-SA-Exim-Scanned: Yes (on rainey.bang.priv.no) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.110.185.190 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101746 Archived-At: Windows 8 Home Edition 64bit GNU Emacs 24.3.1 (i386-mingw-nt6.2.9200) of 2013-03-17 on MARVIN From ezwinports[1]: jpeg-v9a-w32-bin.zip libpng-1.6.12-w32-bin.zip I have downloaded the jpeg and libpng zip files from ezwinports[1] and unpacked them and put the following .dll files in the emacs bin directory: libpng16-16.dll (dated: 2014-06-21) zlib1.dll (dated: 2008-07-13) libjpeg-9.dll (dated: 2014-06-21) However, emacs still starts up without PNG and JPEG support. The following expressions both eval to nil in the scratch buffer: (image-type-available-p 'jpeg) (image-type-available-p 'png) Is there a way to debug this further? Do I have to copy some of the exe files as well as the dll files? Thanks! - Steinar [1] http://sourceforge.net/projects/ezwinports/files/