JPG base64 decode encode

Hi Folks

who can give me a hint what I’m doing wrong?

I thought it should be simple done in VVVV with given NODES, I found some Entries in the Forum but most of them are in the world of Csharp Code.

What should happen is simple as this webpages
https://onlinejpgtools.com/convert-base64-to-jpg
https://onlinejpgtools.com/convert-jpg-to-base64

I tried with this promising Nodes
Decode(Raw Base64)
Encode(String Base64)

but AsTexture (DX11) and ASTexture (DX9) are not happy

HTTPGet_base64.v4p (194.9 KB)

THX CeeYaa

if you just want the texture you dont need to decode. you can go with dynamic texture. make sure to use the other http get with raw output then.

Thank you - tgd

Yes, DynamicTexture (EX9.Texture Raw) does the job, easy and simple, as I would expect from VVVV

HTTPGet_base64_.v4p (254.2 KB)

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.