abcminiuser / python-elgato-streamdeck

Python library to control the Elgato Stream Deck.
Other
903 stars 134 forks source link

Top half of image is shifted right on Original StreamDeck V1 #47

Open Subsentient opened 4 years ago

Subsentient commented 4 years ago

Was trying to figure out why I couldn't draw text with Pillow at (0, 0), discovered this. Seems shifted right by about 16 pixels. Unfortunately I need this real-estate.

I have a fuzzy picture (phone camera lacks drivers), you can see the top, cyan text is shifted right, and the green text in the center is effectively sliced in half.

sd

abcminiuser commented 4 years ago

What platform, and what version of the library are you using?

Subsentient commented 4 years ago

What platform, and what version of the library are you using?

This happens on both Linux and Windows, and I'm using the latest git/master. From what I can tell, there's an issue with the header format in set_key_image() or something, but I'll be damned if I know the correct format.