> Probable bug in lp? I did > > hget ... | jpg -9 | lp -dstdout -pp9bitpost > ... # this is a school > project > hget | lp -dstdout -pjpgpost > ... # when I realized it existed > > However, there is one GIF in my project and that didn't cause any > problems, so it makes me wonder...
It turns out that using -p does in fact tickle a bug in lp that ignores the "nohead" setting for -dstdout. I've submitted a patch. Until then, you don't need the -p options anyway. Lp can figure out what kind of input you're giving it. Russ
