222
Chapter 7
Working with Images
Creating custom images
This section describes how to create images using drawing primitive commands and add
them to the generator’s Content list. The recommended method for sending drawing
primitive commands to the generator is to create a text file containing the commands for
creating the image, and then transfering the text file to the generator. For more information
about using command files, see “
Sending command files (serial interface only)
To create a custom image with a text file:
1. Using a text editor, open a text file on your computer and enter the following
commands.
// gates all video and sync outputs off
new_image
// creates a new image
// begins an image editing session
// sets the horizontal resolution to 640
// sets the vertical resolution to 480
.
.
// image drawing primitives
.
// ends an image editing session
path
/
new_image
// saves image as
new_image
in specified path
// gates all video and sync outputs on
// draws the image
// applies buffer to the generator hardware
2. Save the text file with a *.txt extension.
3. Set the image path to the image folder where you want to store your image.
IMGP /tffs0/Library/Images
// sets image path to folder in flashmem
4. Establish a terminal session with the generator. See “
Establishing a terminal session
5. At the R:> prompt, transfer the text file to the generator. For example, to transfer a file
using HyperTerminal, do the following:
a.
On the
Transfer
menu, click
Send Text File
. The
Send Text File
dialog box
appears.
b.
Select the text file you want to send, and then click
Open
. HyperTerminal displays
the commands as they are sent.
c.
Press
Enter
once to ensure that the last command is sent.
The generator processes the commands and creates an image XML file in the Images
folder you specified above.
Summary of Contents for 881
Page 1: ...881 882 Video Test Instrument User Guide 882E for HDMI ...
Page 12: ...10 Contents ...
Page 50: ...38 Chapter 1 Getting Started ...
Page 84: ...72 Chapter 2 Testing Video Displays ...
Page 99: ...882 Video Test Instrument User Guide Rev A 35 87 ...
Page 102: ...90 Chapter 3 Administrative Tasks ...
Page 107: ...882 Video Test Instrument User Guide Rev A 35 95 ...
Page 216: ...204 Chapter 5 Working with Formats ...
Page 248: ...236 Chapter 7 Working with Images ...
Page 264: ...252 Chapter 8 Working with Test Sequences ...
Page 382: ...40 Chapter 11 Testing EDID for HDMI 2 Expand the EDID Block in the navigation view ...
Page 446: ...104 Chapter 12 CEC Interactive Troubleshooting Environment ITE ...
Page 493: ...882 Video Test Instrument User Guide Rev A 35 151 ...
Page 591: ...882 Video Test Instrument User Guide Rev A 35 213 Commands by name ...
Page 687: ...882 Video Test Instrument User Guide Rev A 35 309 Example DVIC 23 FMTU ...
Page 1018: ...580 Appendix B Image Reference The EMITest5 image is shown below ...
Page 1094: ...656 Appendix B Image Reference ...
Page 1124: ...686 Appendix C Error Messages ...
Page 1140: ...702 Appendix D Format Reference ...