User guide
SD/CD Series Card Printers OpenCard Data Format Guide 41
Defining the Image Name with xlink:href
Use the xlink:href element to define the the case-sensitive name of an image. Load images
referenced in a card format onto the printer using Printer Manager prior to printing a card with
that card format. Image file path information is not required, and is disregarded at production
time.
The following example places the image “TreeDebit.jpg” at the upper left corner of the card (x=0
and y=0), and scales it to the full height and width of a card at 300 dpi (height=638 and
width=1013).
<g><image id="Background" datacard:staticElement="true" y="0" x="0"height="638px"
width="1013px" xlink:href="TreeDebit.jpg" /></g>
Image Element Example