Quote:
Originally Posted by DDRBoxman
I threw together a standalone binary that renders the weather to a jpg and calls eips to display it. I'm having issues with the Kindle displaying the image. Any help figuring out how to make it behave would be really great.
This should show the problem where the kindle is stretching the image:
https://imgur.com/a/Jrfmm
The app source is here:
https://github.com/DDRBoxman/kindle-weather
Also is there a way to prevent the system from redrawing the status bar?
|
Hi! I just rooted my Kindle 4, and I may have a solution for this issue (in case anyone reads this...)
For me, the issue was that images were scaled 3x horizontally. This is because the images were saved with RGB color information for each pixel, instead of just one value for greyscale.
The solution was to open the image in an image editor (I'm using GIMP), set Image -> Mode -> Grayscale, and then save as .png or (non-progressive) .jpg . This worked!
Here's how it looks:
https://imgur.com/a/KmnUzNP