Epson Printer Bitmaps
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(→Software) |
||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
}} | }} | ||
− | '''Epson Printer Bitmaps''' are graphics in the form that can be sent to an Epson printer as part of the [[ESC/P]] printer command language. They are stored either uncompressed or with [[ | + | '''Epson Printer Bitmaps''' are graphics in the form that can be sent to an Epson printer as part of the [[ESC/P]] printer command language. They are stored either uncompressed or with [[run-length encoding]] (RLE) compression. Some information on the formatting can be found on page C-172 of the ESC/P manual linked below. |
== Documentation == | == Documentation == | ||
Line 10: | Line 10: | ||
== Software == | == Software == | ||
* [https://pos.epson.com/download/?AssetPK=21605&File=bmpfileconverter_v100.exe Convert BMP to Epson Bitmap] (Program for Windows; doesn't seem to work in Windows 7; probably needs earlier version) | * [https://pos.epson.com/download/?AssetPK=21605&File=bmpfileconverter_v100.exe Convert BMP to Epson Bitmap] (Program for Windows; doesn't seem to work in Windows 7; probably needs earlier version) | ||
+ | * [[Netpbm]]: pbmtoepson, pbmtoescp2, escp2topbm | ||
== Other links == | == Other links == | ||
* [http://stackoverflow.com/questions/13715950/writing-a-bitmap-to-epson-tm88iv-through-esc-p-commands-write-to-nvram Writing a bitmap to Epson TM88IV through ESC/P commands (Write To NVRam)] | * [http://stackoverflow.com/questions/13715950/writing-a-bitmap-to-epson-tm88iv-through-esc-p-commands-write-to-nvram Writing a bitmap to Epson TM88IV through ESC/P commands (Write To NVRam)] |
Latest revision as of 17:07, 27 January 2014
Epson Printer Bitmaps are graphics in the form that can be sent to an Epson printer as part of the ESC/P printer command language. They are stored either uncompressed or with run-length encoding (RLE) compression. Some information on the formatting can be found on page C-172 of the ESC/P manual linked below.
[edit] Documentation
[edit] Software
- Convert BMP to Epson Bitmap (Program for Windows; doesn't seem to work in Windows 7; probably needs earlier version)
- Netpbm: pbmtoepson, pbmtoescp2, escp2topbm