PNG images in PDFs gnerated from HTML files using htmldoc-1.8.27-r3 are not rendered properly. Reproducible: Always Steps to Reproduce: 1. Install htmldoc-1.8.27-r3 and dependent packages 2. Get a PNG image (e.g. the google logo) 3. Create a simple html file that includes the PNG file. For example: <html> <body><img src="glogo.png"/></body> </html> 4. Convert the html file with htmldoc to a PDF using the command htmldoc --bottom 1cm --top 0cm --left 1cm --right 1cm --webpage --landscape test.html -f output.pdf 5. Check the resulting PDF Actual Results: The rendered PNG image has wrong colors and looks pixelated. Expected Results: The PNG image is rendered properly with correct colors and resolution. output of emerge --info: ======================================================= Portage 2.1.10.49 (default/linux/x86/10.0, gcc-4.5.3, glibc-2.14.1-r3, 2.6.38-11-generic x86_64) ================================================================= System uname: Linux-2.6.38-11-generic-x86_64-Intel-R-_Core-TM-_i5-2300_CPU_@_2.80GHz-with-gentoo-2.1 Timestamp of tree: Fri, 06 Jul 2012 22:30:01 +0000 app-shells/bash: 4.2_p20 dev-lang/python: 3.2.3 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.1-r1 sys-apps/openrc: 0.9.8.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.68 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.5.3-r2 sys-devel/gcc-config: 1.6 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 3.1 (virtual/os-headers) sys-libs/glibc: 2.14.1-r3 Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_CA.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="acl berkdb bzip2 cli cracklib crypt cups cxx dri fortran gdbm gpm iconv ipv6 modules mudflap ncurses nls nptl openmp pam pcre pppd readline session ssl tcpd unicode x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Created attachment 318016 [details] PDF rendered by htmldoc using the Google logo Attached a PDF output of htmldoc showing the rendering issue using the Google logo as an example.
For comparison, I have also have an older gentoo environment in which I have installed htmldoc-1.8.27 and libpng-1.4.8. There, rendering works fine.
It's probably due out libpng15 compatibility patch... but looks like it's the same as used in other distributions like debian, fedora or opensuse :/
Had the same problem on my 32bit systems, but it worked fine on 64bit (both having libpng1.5.10). The svn release however works fine on both. I checked the source and noticed that in my case the gray value didn't get assigned correctly when pngs' where read. I added the patch and ebuild that worked for my 32 bit systems.
Created attachment 319114 [details, diff] explicitly defines 'gray' value when reading a png
Created attachment 319116 [details] ebuild that goes with htmldoc-png.patch
Have you checked if this snapshot works ok for you? http://download.polytechnic.edu.na/pub4/download.sourceforge.net/pub/sourceforge/c/cy/cygwin-ports/release-2/htmldoc/htmldoc-1.9.x-r1703-1-src.tar.bz2
(In reply to comment #7) > Have you checked if this snapshot works ok for you? > http://download.polytechnic.edu.na/pub4/download.sourceforge.net/pub/ > sourceforge/c/cy/cygwin-ports/release-2/htmldoc/htmldoc-1.9.x-r1703-1-src. > tar.bz2 Any news here?
htmldoc-1.8.27-r3 does not render PNGs properly when compiled with GCC 4.7.3 x86_64-pc-linux-gnu-4.7.3. With x86_64-pc-linux-gnu-4.6.3 the PNG is rendered OK.
Created attachment 375176 [details, diff] disable optimalizations When htmldoc is compiled without optimalizations it renders PNG correcly. Checked with gcc 4.6.3 and 4.7.3.
Created attachment 375180 [details] ebuild for htmldoc-Makedefs.in.patch Here is the ebuild that applies the Makedefs patch. I.e. disables compiler optimalizations.
Created attachment 431092 [details] glogo.png for testing If anyone can confirm this defect is present in 1.8.29 (~arch) as well? I locally tested with the attached image, and it looks "Unusual", it looks better than the PDF linked ( But I can't rule it out as being a property of the PNG due to having a different PNG image ). If you can confirm 1.8.29 is unchanged in behaviour from 1.8.27-r3, that will provide a good reference frame for an A:B comparison so it will be clear the problem is fixed when the patch is applied vs 1.8.29.
I have tested 1.8.29 with all my PNG files that failed with 1.8.27-r3. They are rendered OK now. (amd64, gcc 4.8.5)
Per comment #13, the newer version is reported to work and is now stable so closing.