image.writeBase64()
Writes Base64 images to the specified filename and destination.
image.writeBase64( destination=string, format=string, inHTMLFormat=boolean )
Returns: String
Examples
imgObj = imageNew("",200,200,"rgb","red");
imgObj.writeBase64('base64.txt','jpg','true');