image_reset_from_base64
Resets the image data in the image to that provided in the data parameter. Data must be base64 encoded and in the format specified by image_format.
References:
arguments
- "data" : String
The image data represented as a base64 encoded string of the original binary data. The string should represent the binary data only and not include any datauri prefix or other information.
- "image_format" : String
The image format of the binary data provided. Must be in a format which is understood by either a built-in image importer or loaded plugin, for example jpg or png.
- "image_name" : String
The name of the image. This name must be the full database name of the image, including namespace.
- "selector" : String (default: null)
The name of the selector. If NULL or an empty string then no selector is used.