Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
panzhuli
Visitor

Springboard Screen Image

Hi all -

I have an app that takes a 4x3 image as the thumbnail image for both a roSpringboardScreen and a standard roPosterScreen. The roPosterScreen does some slight clipping on the image when it shows it and keeps the aspect ration intact, while the roSpringboardScreen simply compresses it and squashes it to fit in the box. I've tried all three versions of the SetPosterStyle method and the image always looks distorted. Thoughts as to options?

Thanks!
0 Kudos
2 REPLIES 2
RokuRobB
Streaming Star

Re: Springboard Screen Image

The dimensions expected for the image are also dependent on the ContentType meta data value being specified:

http://sdkdocs.roku.com/display/RokuSDK ... oardScreen

•Orientation for artwork is based on ContentType setting and may be portrait or landscape.
•The audio springboard is capable of adding a progress bar.
•If the ContentType is audio, the album art dimensions are:

SD: 124 x 112
HD: 188 x 188
•If the ContentType is episode, the album art dimensions are:

SD: 180 x 122
HD: 264 x 198
•If the ContentType is any other value, the album art dimensions are:

SD: 112 x 142
HD: 148 x 212

Can you check what value you are setting?
0 Kudos
panzhuli
Visitor

Re: Springboard Screen Image

Hi RokuRobB -

I'm not actually sure what the image size was, but I ended up using a 16x9 from the feed instead and found a way to get it to work. Thanks for getting back to me tho!

Julie
0 Kudos