User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 42
Save Image to Library 9
Note: This has been superseded by the R1 command.
This saves an image in the selected store to the internal library. Images are
numbered from 1 to n, where n is dependent on the storage option purchased.
The image number is in hexadecimal.
CMD Param_1 Param_2
9 Layer No. Image No. (hex)
Example: Save image as V123.OXT
void SaveImage123(int Layer)
{
remote_send("9%x %x", Layer, 123);
}
Note: This save command only works if the image number used
matches the loaded image number (loaded via the 8 command).
You cannot save the current loaded image to a different file
number.
File Save Masked I
Note: This command is largely deprecated.
This command saves an image in the selected store to the internal library,
saving only that portion of the image that is visible through the applied mask.
Images are numbered from 1 to n, where n is dependent on the storage option
purchased. In IS2, the range is not limited, only the total number of images
saved. The image number is sent as a hexadecimal value.
CMD Param_1 Param_2
I Layer No. Image No. (hex)