emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] [RFC] fixes for w32 and NetPBM


From: Claudio Bley
Subject: [PATCH 0/5] [RFC] fixes for w32 and NetPBM
Date: Fri, 25 Oct 2013 17:35:18 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.3.50 (i686-pc-mingw32) MULE/6.0 (HANACHIRUSATO)

Hi.

Here are a few patches that have piled up in my local branch over the
last few months.

The first three patches support to use a recent JPEG, PNG and TIFF
library, respectively. I'm currently using libpng 1.6.6, jpeglib
version 9 and libtiff 4.0.3.

The last two patches (could perhaps be integrated into one?) fix
parsing of NetPBM headers.

Any comments would be welcome, thanks.

Claudio Bley (5):
  w32: define new jpeglib-version var in order to load the correct DLL
    at runtime
  w32: add support for recent PNG library version >= 1.5
  w32: add support for default library names for libtiff
  Fix parsing of NetPBM file comments
  Fix file magic for pbm files with comments

 lisp/image.el        |  5 +++-
 lisp/term/w32-win.el | 22 +++++++++++-------
 src/image.c          | 65 +++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 62 insertions(+), 30 deletions(-)

-- 
1.8.4.msysgit.0

-- 
Claudio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]