134
What's your favorite FOSS tools for image editing?
(lm.paradisus.day)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
A very useful tip for technical images (i.e., lab report/research): export whatever graph you created as .svg, and do some prettifying touches in InkScape. It is faaaar easier than doing it in code.
Also, always export the .svg, even if you're not gonna use it. You never know when you want to do a very small correction, and it will save you quite some time.
I love use tools like mermaid or plantuml. But Ive always faught with formatting (or gave up) instead of editing after the fact. Great idea?
In the same vein, I use draw.io to make architecture diagrams and flow charts.