beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

TextureToBase64_v3 Op



TextureToBase64
Related ops:Base64ToTexture  
Namespace: Ops.Gl.Textures

Op author: pandur

Converts a texture into a base-64 image string


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.



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 (boolean Number)

Gives you the status of the conversion and whether it has finished


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

working with base64 images


Patches using TextureToBase64_v3

  • Examples (1)
  • Public
  • My Patches

Changelog


cloned op from Ops.Gl.Textures.TextureToBase64
2023-05-24 - pandur
renameOps.Patch.Pg2VScx.TextureToBase64_2 renamed to Ops.Gl.Textures.TextureToBase64_v2
2023-05-24 - pandur
cloned op from Ops.Gl.Textures.TextureToBase64_v2
2023-06-13 - pandur
added core lib: cgl_pixelreader
2023-06-13 - pandur
renameOps.Patch.P___SYovy.TextureToBase64_v2 renamed to Ops.Gl.Textures.TextureToBase64_v3
2023-06-13 - pandur