Function IMAGEREADBASE64
			
				Creates a image from a Base64 string.
			
		
		
		
		Example
imagereadbase64(string b64str):any
Arguments
				The arguments for this function are set. You can not use other arguments except the following ones.
				
			
		
		
			| Name | Type | Required | Description | 
|---|---|---|---|
| b64str | string | Yes | a variable or Base64 string. | 
