I have an image that looks great on my computer but when I view it on Roku(Ultra and Roku 3) it looks pixilated. I have also observed the same thing a few different TVs. The image is used for a Button. The button size set in my Roku project is 75x75px. I have tried using an image that is the exact size, 1000x1000px and 3000x3000px. I have had the same results with all of these sizes. I have tried using png with an empty background, png with background and jpg, all have given me the same result.
The pixilazation does not look even, it reminds me of tiny solar flares.
Bellow, I have included my image and a screenshot of how it looks on screen.
This is my code for my button.
<Button
id="searchButton"
iconUri= " "
focusedIconUri=" "
focusBitmapUri="pkg:/images/search2j.jpg"
focusFootprintBitmapUri="pkg:/images/searchj.jpg"
showFocusFootprint = "true"
translation="[40, 40]"
minWidth="75"
height="75"
visible = "false"
/>
Everything about the button is working fine. I would just like to get rid of the distortion.
Thank you for taking the time to read this. Any help you could offer would be very appreciated.