If this.content.WeatherImagePath <> Invalid
this.bitmaps[this.content.WeatherImagePath] = {
request: Invalid,
tries: 1,
bitmap: CreateObject("roBitmap", this.content.WeatherImagePath),
done: True
}
End If
"usman_itsrelevant" wrote:
I am working on Roku application and sending static images to Roku for display of weather info
"RokuKC" wrote:"usman_itsrelevant" wrote:
I am working on Roku application and sending static images to Roku for display of weather info
Can you provide the specific image file being used, e.g. by giving a link to the file on your webserver or public dropbox?
Then, on what Roku model(s) do you see the problem? If you can provide the Model info from the Settings / System / About that will help.
"squirreltown" wrote:
it does appear that the white/grey of the clouds is correct which rules out any bizarre channel swapping in the file or the Roku.
"RokuMarkn" wrote:
Well, yellow is the inverse of blue if you subtract each component from 255 (yellow = ffff00, blue = 0000ff), while gray is approximately a self inverse if it's close to 808080. White is harder to explain, that should change to black under this theory.
Or it could have something to do with the last verse of Scarlet Begonias. 🙂
--Mark
"squirreltown" wrote:
Exactly! I did check the inverse and it's a considerably darker shade that what's showing.