Dear all, I have a block of data that is basically a BMP file without the header which I believe to be of the format RGBRGBRGB etc. I am trying to output this in PCL without much joy, I am getting a red block with assorted garbage within. Any help would be appreciated, the PCL looks something like this:
<Esc>*v6W Configure image data = 6
{<NUL><ETX><NUL><BS><BS><BS>}
<Esc>*t75R Raster resolution 75 dots per inch
<Esc>*r160s Raster width = 160 pixels at current resolution
160T Raster height = 160 raster rows
<Esc>*r3U Number of planes per row = 3
<Esc>*b0M Raster compression mode, unencoded
<Esc>*r1A Start raster graphics at current cursor
<Esc>*b480W Transfer 480 bytes of raster data
0 1 2 3 4 5 6 7 - 8 9 A B C D E F 0123456789ABCDEF
0000 FF FF FF FF FF FF FF FF - FF FF FF FF FF FF FF FF ................
Thanks!
<Esc>*v6W Configure image data = 6
{<NUL><ETX><NUL><BS><BS><BS>}
<Esc>*t75R Raster resolution 75 dots per inch
<Esc>*r160s Raster width = 160 pixels at current resolution
160T Raster height = 160 raster rows
<Esc>*r3U Number of planes per row = 3
<Esc>*b0M Raster compression mode, unencoded
<Esc>*r1A Start raster graphics at current cursor
<Esc>*b480W Transfer 480 bytes of raster data
0 1 2 3 4 5 6 7 - 8 9 A B C D E F 0123456789ABCDEF
0000 FF FF FF FF FF FF FF FF - FF FF FF FF FF FF FF FF ................
Thanks!