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 -
and my real image is here
Since your image is not the same aspect ratio you have 2 options.
use loadDisplayMode="scaleToZoom"
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"