image 
PNG file type Stores an image which can be used by other programs.
Vars | |
| author_ckey | The ckey of the user who last modified this image, applied to printed photos. |
|---|---|
| image_name | The name of the asset cache item. This will be initialized after assign_path() is called. |
| ref_appearance | The mutable appearance used to provide an appearance reference to uis. Dynamic icons refs do not work for this purpose, so they must be wrapped in mutable appearances. |
| source_photo_or_painting | The unmodified photo or painting this is a digital copy of. |
| stored_icon | The instance of the stored image. |
Procs | |
| assign_path | Assigns an asset path to the stored image, for use in the UI. |
| set_source | Assign this file's backing datum |
Var Details
author_ckey 
The ckey of the user who last modified this image, applied to printed photos.
image_name 
The name of the asset cache item. This will be initialized after assign_path() is called.
ref_appearance 
The mutable appearance used to provide an appearance reference to uis. Dynamic icons refs do not work for this purpose, so they must be wrapped in mutable appearances.
source_photo_or_painting 
The unmodified photo or painting this is a digital copy of.
stored_icon 
The instance of the stored image.
Proc Details
assign_path
Assigns an asset path to the stored image, for use in the UI.
set_source
Assign this file's backing datum