1 save compressed graphics to ram (d107), 2 save compressed graphics to flash (d133) – Microcom 438 User Manual
Page 105
![background image](https://www.manualsdir.com/files/798505/content/doc105.png)
Downloadable Graphics
Chapter 6
6-4
438 Operator’s Manual - 880052-0100
6.5.1
Save Compressed Graphics to RAM (D107)
The following is the format of the ^D107 command when used to store a compressed
GRAPHIC image file into RAM.
^A<RAM Memory Slot Number>^D107
<Rotation> <Count> <Image Data>
Where:
<RAM Memory Slot Number> is the memory slot location (1-255) where the GRAPHIC will
be saved in the printer’s RAM memory. The printer uses the same TCI of “8” to select
downloadable fonts or graphics. Therefore a font and a graphic cannot have the same Slot
Number or CGN number.
<Rotation> is an 8-bit integer, 0 for an upright GRAPHIC and 1 for a GRAPHIC rotated 90-
degrees counter-clockwise.
<Count> is a 32-bit integer, least significant byte first. This is the number of uncompressed
bytes that the GRAPHIC image uses, not the number of bytes that will actually be
transmitted. Due to compression, the number of bytes transmitted will normally be less than
this number.
<Image Data> is the compressed binary image.
6.5.2
Save Compressed Graphics to FLASH (D133)
The following is the format of the ^D133 command when used to store a compressed
GRAPHIC image file into FLASH.
^A<FLASH Memory Slot Number>^D133
<Rotation> <Count> <Image Data>
Where:
<FLASH Memory Slot Number> is the memory slot location (1-120) where the GRAPHIC
will be saved in the printer’s FLASH memory. The printer uses the same TCI of “7” to select
downloadable fonts or graphics. Therefore a font and a graphic cannot have the same Slot
Number or CGN number.
<Rotation> is an 8-bit integer, 0 for an upright GRAPHIC and 1 for a GRAPHIC rotated 90-
degrees counter-clockwise.
<Count> is a 32-bit integer, least significant byte first. This is the number of uncompressed
bytes that the GRAPHIC uses, not the number of bytes that will actually be transmitted.
Due to compression, the number of bytes transmitted will normally be less than this number.
<Image Data> is the compressed binary image.