Skip to main content
5-Regular Member
September 13, 2017
Question

I would like to display an image from a byte array/binary representation. Is this possible?

  • September 13, 2017
  • 1 reply
  • 1266 views

I am having one case:13840197. The Customer wants to know if its possible to display an image from a byte array/binary representation.

1 reply

5-Regular Member
September 13, 2017

Hi Rishabh,

ThingWorx has the capability of storing images as binary in the form of a BLOB, but in order to display the image and save it as a media entity for a Mashup, it will need to be converted externally perhaps through a Java Extension or if the images are coming from some remote source, it can be done in the SDK code and then sent to ThingWorx as an image.

-Saeed