Forum Discussion

Manish_oodles's avatar
10 years ago

Access compressed image from json.

How to retrive compressed image from JSON in Roku.If possible what will be its impact on images visible on RoPosterScreen etc.

1 Reply

  • do you mean a URL of an image contained within JSON data, or do you mean the actual image stored as JSON data? I'm not sure if it would be possible, but if it is the actual data, you could try writing it to tmp:/ with writeAsciiFile and see if it can be used.

    - Joel