Difference between revisions of "image.new"
Jump to navigation
Jump to search
m (Text replace - "| <u>" to "| <u><center>") |
|||
Line 10: | Line 10: | ||
! Parameter !! Type !! Description | ! Parameter !! Type !! Description | ||
|- | |- | ||
− | | <u>image</u> || string || The compressed/encrypted string containing the image header + data (see [[TI.Image]]) | + | | <u><center>image</u> || string || The compressed/encrypted string containing the image header + data (see [[TI.Image]]) |
|- | |- | ||
|} | |} |
Revision as of 23:41, 30 May 2011
image.new is a function that is part of image.
This has been introduced in TI-Nspire OS 3.0 (Changes).
Syntax
image.new(image)
Parameter | Type | Description |
---|---|---|
string | The compressed/encrypted string containing the image header + data (see TI.Image) |
Example
image.new("\002\000\000\000\002\000\000\000\000\000\000\000\004\000\000\000\016\000\001\000\255\255\255\255\255\255\255\255")
See also