JustRedTTG / moss-desktop

reMarkable open source desktop app build with python, pygameextra and pythoncef
GNU General Public License v3.0
13 stars 0 forks source link

Add images to notes #3

Open PepikVaio opened 5 days ago

PepikVaio commented 5 days ago

Please, can you add funkction, where we can add images to notes?

JustRedTTG commented 5 days ago

Please, can you add function, where we can add images to notes?

The only possible way I see this working is either it draws the image somehow using the provided pens and colors, or it converts the notebook to a pdf where it can insert anything.

But notebooks and pdfs are vastly different formats despite both supporting taking notes.

Unless you mean adding images to existing pdf documents (with notes), in which case it'd be very much possible to implement and even make it modifiable possibly in some way through the app (in cases you want to remove the image)

PepikVaio commented 5 days ago

Hm, I meant actually in the notes but I understand that's not possible yet. I understand the differences between notes and pdfs.

Ok, try to implement in pdf please - that would be awesome.

JustRedTTG commented 5 days ago

it's either converting the notebook to pdf, which is useful but pdf notes are way more skewed and the area is infinite and not confined like in a notebook, so some logic to convert the writings would be needed, and then making a pdf with your one image to finally place it on the page.

pdf image adding can be a very possible choice in of itself though!

drawing images idk how it'd turn out haha, depending on what image you put in, but that is also a conversion to rm format and if not optimized could lag the hell out of your tablet