03-12-2016 12:38 PM
03-12-2016 01:22 PM
@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.
03-12-2016 06:54 PM