Texture warning

I’m getting the following warning for images I’m loading into a Poster node:

Warning! Loaded texture larger than the UI resolution (1920 x 1080)
The images I’m using are exactly 1920 x 1080 in dimension.
What am I doing wrong?

I wonder if your actual UI is running at HD (1280 x 720) rather than Full HD (the size of your image)?

I think you may very well be right. I will check that.

At any rate, after reviewing the docs here:

https://sdkdocs.roku.com/display/sdkdoc … gessmaller

I’ve decided to remove these images from my app. They were just for decoration by providing a nice background. But they take up too much memory, so I’m getting rid of them.

Cool.

I wrote a quick tutorial on calculating texture memory a while back here if it helps.

Good luck!