Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Common Process InputsCombine ArraysFilter Array OutputGet Array ItemGet Array Object ItemGet Last Run ArrayGet Object ItemJSON String to ObjectBasic MathsGet Last Run Upstream OutputsMoving Number CalculationNumber RoundingNumber to StringBased64 string to ImageString to NumberTemplate StringISO Time DeltaXML String to ObjectAuto Label Object DetectionBrightnessCircle Detection1D/2D Code ReaderColor DetectionColor ThresholdContrastMultiple CropsCropDetected Zones CountersFacial Expression DetectionGender and Age DetectionDetected Objects to OCRDetected Objects TransformPeople DetectionDraw Detected ObjectsFace DetectionFace RecognitionFeature MatchingFire & Smoke DetectionFlipGeneral Object DetectionImage ClassificationImage SimilarityKey Points DetectionNumber Plate ReaderObject DetectionOCRPose EstimationResizeRotateSaturationInstance SegmentationWatershed SegmentPolygon DetectionTracker Line CountTracker Zones CountTracker HeatmapTrackerWhite Balance
Widgets

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
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

string

The base64 string to convert to an image.

Supports Template Expressions.

Output

Output Image

image

Decoded image frame.

Frame Width

integer

Width of the decoded frame in pixels.

Frame Height

integer

Height of the decoded frame in pixels.

Is Frame Available

boolean

Whether a valid frame was produced from the input string.

Number to String

Previous Page

String to Number

Next Page

On this page

OverviewInputInput Base64 StringOutputOutput ImageFrame WidthFrame HeightIs Frame Available