Yep, we old-timers often wrote bitmaps to dot-matrix printers. Fortunately most dot-matrix machines had a pseudo-standard interface usually called Epson compatibility (does Epson even exist now? - they were the KINGS of printers for a long time...). One could as jepri says print a bitmap with a little effort. Naturally you must decode the graphic file format first, then map the colour info to B&W, but that's old hat. If you can't find manuals on dot-matrix printers on the net, I'm sure to have a few exmples in my, uh, collection.

I should also mention that the later 24-pin printers had quite a decent resolution, and IIRC early Ghostscript could do decent postscript on them too. Of course if you want the output the same day, that's where a real postscript printer comes in!


In reply to Re: Re: PRINT AN IMAGE TO LPT1 by Albannach
in thread PRINT AN IMAGE TO LPT1 by crazyinsomniac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.