Neatware Company

An ISV for Mobile, Cloud, and Video Technologies and Software.

Image

Open Image

open image with a list of attributes

_image attributes

NAME VALUE DESCRIPTION
name string image file name

Examples

  _image {name picture.png}

Close Image

close image

image_

Query Image

get image attributes

?image attributes

NAME VALUE DESCRIPTION
width int original image width
height int original image height

Examples

  ?image {width height}

Set Image

!image attributes

NAME VALUE DESCRIPTION
width int set new image width
height int set new image height

change image object to new size

Examples

  !image {width 256 height 256}

Picture

Picture is the alias of image.

Open Picture

_picture attributes

Same as open image

Close Picture

picture_

Same as close image

Query Picture

?picture

Same as query image

Set Picture

!picture

Same as set image