Converts a texture into a base-64 image string
summary (oneliner)
This can be handy if you want to send a texture as an image over an AJAXRequest. Keep in mind that this is a very slow operation, so be careful with performance.
Also note that there is an OP doing the opposite called Base64ToTexture.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Texture (Object)
Input texture to be converted
Trigger (Trigger)
Trigger to do the conversion, put this behind a TriggerLimiter or TriggerOnce
Use JPEG (boolean /Number)
Default is a PNG lossless image, this toggle asks explicitly for a JPEG
Output dataUrl (boolean /Number)
Choose whether to export a string that is only a Base64, or already as a DataUrl
Outputs
Base64 string (String)
The string conversion of the texture
Loading (Number)
Gives you the status of the conversion and whether it has finished