owulveryck / goMarkableStream

A utility to stream (and record) from a Remarkable2 without hack or third party dependencies
MIT License
593 stars 24 forks source link

Color and orientation are incorrect #90

Closed Equinox4 closed 1 year ago

Equinox4 commented 1 year ago

The portrait mode is in a incorrect orientation (while the landscape mode is ok) and the highlighter colors are wrong. goMarkableStream: v0.15 remarkable firmware: v3.7.0.1930 browser: firefox v119.0.1

screenshot_remarkable2

owulveryck commented 1 year ago

I am aware of the color issue with the highlighters. Sadly there is not much I can do about it as I a reading the colors as they are rendered on the device and colorize afterward. The highlight Colors are using the same value as the pen Colors.

Regarding the orientation, it is indépendant from the one on the device. You can rotate by using the menu on the sidebar on the left (hover the mouse to make it appear)

Hope it helps

Equinox4 commented 1 year ago

You can rotate by using the menu on the sidebar on the left (hover the mouse to make it appear)

Oh ok, I hadn't noticed the menu on the left, I think it should be made more visible.

Too bad about the colors, I wonder how the official software displays them correctly 🤔

owulveryck commented 1 year ago

What the official software do is probably fetching the vector representation and reproduce it locally with the same algorithm.

I cannot do this, the only thing I can do is getting the picture from the device screen and reproduce it. But as the device is grayscale, I am loosing the color information and emulate it depending on the gray depth.

Equinox4 commented 1 year ago

ok I see, it's already good to have the colors for the pens Thank you for your answers 👍