drawing
drawing copied to clipboard
Sharing the image
Problem
Once the image is edited, people might want to share it (on twitter? fractal? reddit? by e-mail?) instead of save it
Suggested solution
wait for the promised "share" xdg portal and its GTK implementation
Possible drawbacks
i'll have to wait 2 years probably lol
Maybe copy what Gwenview 19.08 is doing
https://github.com/KDE/kipi-plugins/tree/d8ec965845b30a385ff80cb26a36f7bb716b0120/common/libkipiplugins/o2/src
https://github.com/KDE/kipi-plugins/tree/master/imgur
using mailto: https://blog.mailtrap.io/embedding-images-in-html-email-have-the-rules-changed/#Inline_embedding_or_base64_images_in_emails
far simpler: just export to the clipboard (#234 )