[l2h] Image conversion

Shigeharu TAKENO shige at iee.niit.ac.jp
Fri Feb 17 02:48:24 CET 2006


shige 02/17 2006
----------------

| Date: Thu, 16 Feb 2006 21:40:59 +0900 (JST)
| From: Shigeharu TAKENO <shige at iee.niit.ac.jp>
| To: jos at ccrma.stanford.edu
| Cc: latex2html at tug.org, julius.smith at gmail.com
| Subject: Re: [l2h] Image conversion
=====
| This seems to be an error of pnmtopng (13 = SIGPIPE). Please 
| check pnmtopng. My pnmtopng of netpbm-10.30 also does not run 
| correctly, so I am now using it of netpbm-10.26 (on Solaris 9).

Please try to use the following patch for pnmtopng.c of 
netpbm-10.31.

----- From here -----
diff -uN netpbm-10.31/converter/other/pnmtopng.c.ORG netpbm-10.31/converter/other/pnmtopng.c
--- netpbm-10.31/converter/other/pnmtopng.c.ORG	Mon Oct 17 04:36:43 2005
+++ netpbm-10.31/converter/other/pnmtopng.c	Fri Feb 17 10:44:02 2006
@@ -296,7 +296,7 @@
     OPTENT3(0, "ztxt",             OPT_STRING,    &cmdlineP->ztxt,
             &ztxtSpec,             0);
     OPTENT3(0, "modtime",          OPT_STRING,    &modtime,
-            &modtimeSpec,          0);
+            &cmdlineP->modtimeSpec,          0);
     OPTENT3(0, "palette",          OPT_STRING,    &cmdlineP->palette,
             &paletteSpec,          0);
     OPTENT3(0, "compression",      OPT_UINT,
----- To here -----

+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+



More information about the latex2html mailing list