FBPL Command Reference

Table Of Contents
67
6.15 PUTBMP
Description
Print a downloaded a 1-bit (monochrome) or 8-bit (256-color) BMP graphic file in monochrome or grayscale.
The direct thermal mode supports both monochrome printing and grayscale printing. The thermal transfer
mode supports monochrome printing only.
Syntax
PUTBMP x,y, "filename" [, bpp][, contract]
Parameter
Description
x
Starting point of the image in the X direction (dots)
y
Starting point of the image in the Y direction (dots)
filename
Downloaded BMP filename
bpp
Optional. Bits per pixel. Default is 1.
1: 1-bit graphic (monochrome)
8: 8-bit graphic (256-color)
contrast
Optional. Contrast of grayscale graphic. Default is 80.
Suggested range is from 60 to 100.
Note
The grayscale printing (8 bit) is available only in the direct thermal mode.
RJ-2035/RJ-2055WB/RJ-3035B/RJ-3055WB printers support only monochrome printing (1 bit).
Make sure the file name is in uppercase letters (FILENAME.BMP).
Example
Continued on next page