Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a base64 encoded string of the given raster. If the datatype is integral then this function internally takes the first 4 bands as RGBA, and converts them to the PNG format, finally produces a base64 string. When the datatype is not integral, the function converts the raster to TIFF format, and then generates a base64 string. To visualize other bands, please use it together with RS_Band. You can take the resulting base64 string in an online viewer to check how the image looks like.
This function only works for rasters with byte data, and bands ≤ 4 (Grayscale - RGBA). You can check the data type of an existing raster by using RS_BandPixelType or create your own raster by passing 'B' while using RS_MakeEmptyRaster.
This is not recommended for large files.

Signatures

RS_AsBase64(raster: Raster, maxWidth: Integer)
RS_AsBase64(raster: Raster)

Parameters

raster
Raster
required
The input raster.
maxWidth
Integer
The max width value.

Return type

A string representation.

Example

SELECT RS_AsBase64(raster) from rasters
iVBORw0KGgoAAAA...