Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi
Can someone help me converting base64 code into images?
I have check a similar post on this but that will use HEX code.
Please let me know if we can acheive this ?
Solved! Go to Solution.
Hello,
In ThingWorx images which are not stored as files are base64-encoded strings. You don't need to do any conversion if you return IMAGE from your service, see screenshot attached.
/ Constantine
I know Thingworx has UUEncode and UUDecode services, so if the encode matches then the decode should be able to reconstitute the image.
Hi,
I did not find these services. Could you please let me know under which Entity I will find these services?
Please let me know if any documentation available for these services.
Thanks for your response.
Hello,
In ThingWorx images which are not stored as files are base64-encoded strings. You don't need to do any conversion if you return IMAGE from your service, see screenshot attached.
/ Constantine
In the EncryptionFunctions there are Encode and Decode services.