display
From DavinciWiki
Contents: Description, Arguments, Usage, Examples Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Display a color or greyscale image in a new window
Arguments and Return Values Arguments: A 1 band or 3 band byte array Return Value: none. The image is opened in a new window
Usage Syntax: display(object) The display function converts the specified argument to a PNG file and passes it to an external viewer. The default viewer can be overridden with the DV_VIEWER environment variable.
Examples dv> a 320x500x3 array of byte, bip format [480,000 bytes] dv> display(a) dv> |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 02-19-2013 |