Web Connection
convert base64 encoded image back to image.png
Gravatar is a globally recognized avatar based on your email address. convert base64 encoded image back to image.png
  Jim Monte
  All
  May 10, 2016 @ 01:46pm

Hello Rick, Is there any tool in wconnect that can turn a base64 image text file back to file.png?

Thanks Jim

Gravatar is a globally recognized avatar based on your email address. re: convert base64 encoded image back to image.png
  Jim Monte
  Jim Monte
  May 10, 2016 @ 02:34pm

Nevermind, this actually worked

enc=FILETOSTR("IMG_950.TXT")

enc=STRTRAN(enc,"data:image/png;base64,","")

STRTOFILE(STRCONV(enc,14),'IMG_950.png')

Jim...

© 1996-2024