Search code examples
rokubrightscriptscenegraph

Roku: Thumbnails look pixelated


How to fix thumbnail pixelated issue and show like real image? I am developing (app) channel for Roku using scene graph. I created more then one Grid by Markup Grid node and display thumbnail, the thumbnails look pixelated or stretch.
snapshots of pixelated-grid thumbnail -

enter image description here

and my real image is here


Solution

  • Since your image is not the same aspect ratio you have 2 options.

    1. use loadDisplayMode="scaleToZoom"

    2. give it the desired width and height of the poster size and then use loadWidth="actual width of pic" and loadHeight="actual height of pic"