usman_itsreleva
9 years agoStreaming Star
Change in color of static image on ROKU
I am working on Roku application and sending static images to Roku for display of weather info.
I am using this images to display:

But I getting color of sun in Blue.
for details of images (http://stackoverflow.com/questions/42413659/roku-sometime-changes-the-color-of-static-images)
Memory detail is:
Available memory 14927808 used 24072192 max 39000000
What can be issue ?
If this.content.WeatherImagePath <> Invalid
this.bitmaps[this.content.WeatherImagePath] = {
request: Invalid,
tries: 1,
bitmap: CreateObject("roBitmap", this.content.WeatherImagePath),
done: True
}
End If
I am using this images to display:

But I getting color of sun in Blue.
for details of images (http://stackoverflow.com/questions/42413659/roku-sometime-changes-the-color-of-static-images)
Memory detail is:
Available memory 14927808 used 24072192 max 39000000
What can be issue ?