Intermec PB31 Fingerprint Developer's Guide (old) - Page 90

Understanding Images and Image Files, Standard Images, Downloading Image Files

Page 90 highlights

Chapter 5 - Managing Fonts, Bar Codes, and Images Understanding Images and Image Files When discussing Fingerprint programming, there is a distinction between images and image files: • "Image" is a generic term for all kinds of printable pictures, such as symbols or logotypes, in the internal bitmap format of Intermec Fingerprint. • "Image Files" are files in various bitmap formats that can be converted to Fingerprint "images." Image files can be stored in memory, but must be converted to "images" before printing can occur. The printer's current image buffer can be saved as a file using the IMAGE BUFFER SAVE statement and automatically be installed in the printer as an image in the Fingerprint internal bitmap format. This also includes print images downloaded to the image buffer using the PRBUF statement. Note: Image files to be used in conjunction with the DISPLAY IMAGE, DISPLAY KEY, or DISPLAY STATE commands are not the same as image files to be used in label layouts as described in this section. For more information, see "Customizing the PD42 Display" on page 116. Standard Images As a standard, the systems part ("Kernel") of the printer permanent memory contains a number of images primarily used for printing test labels and for training purposes: • CHESS2X2.1 • CHESS4X4.1 • DIAMONDS.1 • GLOBE.1 Downloading Image Files Image files in monochrome .PCX format can be downloaded to the printer using the Kermit or Zmodem protocols, after which the files are automatically converted to the internal bitmap format of Fingerprint and then installed. Image files in .PCX format can also be downloaded, automatically converted to images, and installed using the IMAGE LOAD statement. The current print buffer can be saved as a file and automatically converted to an image using the IMAGE BUFFER SAVE statement. Image files in Intel hex formats, or formats according to the transfer protocols UBI00, UBI01, UBI02, UBI03, or UBI10, can be downloaded to the printer using the STORE IMAGE, STORE INPUT, and STORE OFF. Example: 10 STORE OFF 20 INPUT "Name:", N$ 30 INPUT "Width:", W% 40 INPUT "Height:", H% 74 Intermec Fingerprint Developer's Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187

Chapter 5 — Managing Fonts, Bar Codes, and Images
74
Intermec Fingerprint Developer’s Guide
Understanding Images and Image Files
When discussing Fingerprint programming, there is a distinction between images
and image files:
“Image” is a generic term for all kinds of printable pictures, such as symbols or
logotypes, in the internal bitmap format of Intermec Fingerprint.
“Image Files” are files in various bitmap formats that can be converted to
Fingerprint “images.” Image files can be stored in memory, but must be
converted to “images” before printing can occur.
The printer’s current image buffer can be saved as a file using the IMAGE BUFFER
SAVE statement and automatically be installed in the printer as an image in the
Fingerprint internal bitmap format. This also includes print images downloaded to
the image buffer using the PRBUF statement.
Standard Images
As a standard, the systems part (“Kernel”) of the printer permanent memory
contains a number of images primarily used for printing test labels and for training
purposes:
CHESS2X2.1
CHESS4X4.1
DIAMONDS.1
GLOBE.1
Downloading Image Files
Image files in monochrome .PCX format can be downloaded to the printer using the
Kermit or Zmodem protocols, after which the files are automatically converted to
the internal bitmap format of Fingerprint and then installed.
Image files in .PCX format can also be downloaded, automatically converted to
images, and installed using the IMAGE LOAD statement.
The current print buffer can be saved as a file and automatically converted to an
image using the IMAGE BUFFER SAVE statement.
Image files in Intel hex formats, or formats according to the transfer protocols
UBI00, UBI01, UBI02, UBI03, or UBI10, can be downloaded to the printer using the
STORE IMAGE, STORE INPUT, and STORE OFF.
Example:
10
STORE OFF
20
INPUT “Name:”, N$
30
INPUT “Width:”, W%
40
INPUT “Height:”, H%
Note:
Image files to be used in conjunction with the DISPLAY IMAGE,
DISPLAY KEY, or DISPLAY STATE commands are not the same as image
files to be used in label layouts as described in this section. For more
information, see
“Customizing the PD42 Display” on page 116.