NodesProcess
Based64 string to Image
Slot Usage: 0
Overview
Based64 string to Image decodes a base64-encoded image string into an image frame with width and height metadata.
Input
Input Base64 String
stringThe base64 string to convert to an image.
Supports Template Expressions.
Output
Output Image
imageDecoded image frame.
Frame Width
integerWidth of the decoded frame in pixels.
Frame Height
integerHeight of the decoded frame in pixels.
Is Frame Available
booleanWhether a valid frame was produced from the input string.