LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Base64 to image

I convert Image to base64 from website and I would like to build program in labview to convert base64 to image. do you have solution to do ?
0 Kudos
Message 1 of 3
(3,914 Views)

@OATTelecom wrote:
I convert Image to base64 from website and I would like to build program in labview to convert base64 to image. do you have solution to do ?

I think a better question is, "Why do you want to do this?"  Usually when someone wants to do something odd like this, it's only because they don't know there's an easier way to do it.  🙂

 

You can read a picture directly with LabVIEW using Read JPEG File VI (or the appropriate VI on the same palette) which converts it into something LabVIEW can easily manipulate.  I hope this helps.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 3
(3,892 Views)
There are VIs for decoding Base64 data, but as Billko said, why bother with the conversion? You can read images directly using the LabVIEW HTTP client VIs.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 3
(3,851 Views)