Package: feh Version: 1.3.4.dfsg.1-1 feh doesn't show pbm files well.
| % pbmtext foo > foo.pbm | % feh foo.pbm feh shows the image as follows. | % xwd|xwdtopnm|ppmtopgm|pgmtopbm|pbmtoascii -1x2 | xwdtopnm: writing PPM file | | | | | | o | " | " ooo oo oo | " " M M M o o | " " M M M | "oo" oo " | | | | But feh should show the image as follows. | % pbmtoascii -1x2 foo.pbm | | | | | | o" | oMo oo oo | M M M M M | M M M M M | " "" "" | | | | | I guess this is some padding problem. When I cut the width of pbm file to 40 pixels, feh shows it fine. | % pnmfile foo.pbm | foo.pbm: PBM raw, 42 by 29 | % pnmcut -width 40 foo.pbm > foo40.pbm | % feh foo40.pbm dpkg shows feh and imlib related packages as follows. | % dpkg -l|grep imlib | ii feh 1.3.4.dfsg.1-1 imlib2 based image viewer | rc gdk-imlib11 1.9.14-31 imaging library for use with gtk | ii giblib1 1.2.4-5 wrapper library for imlib2, and other stuff | rc imlib-base 1.9.14-31 Common files needed by the Imlib/Gdk-Imlib packages | ii libimlib2 1.4.0-1.2+lenny1 powerful image loading and rendering library | ii libimlib2-dev 1.4.0-1.2+lenny1 Imlib2 development files -- Tanaka Akira -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org