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.
For painting from the command line, I use sed to replace data at given offsets
It requires decoding the jpeg in my head to get the said offsets, but the pragmatism is unbeatable.
lmao, what?
You do the decomposition in your head to get the raw image, replace pixels, and then recompose the jpeg, taking note of the diff. That diff is what you then swap into the original with sed.