Typically when I’m working with photos, I’m doing graphic design type work. I’ve been using GIMP for this. GIMP is meant for raster graphics editing.
You could also use Inkscape for vector graphics, or Krita for more digital painting type work. But I know all these tools are very powerful and overlap on some use cases.
Do you use any AI-type tools? I use a image upscaler called Upscayl. It works really well and works entirely locally.
Do you know of any tools that can remove backgrounds? This would help with help with the type of graphic design I do.
What other tools do you like to use as it pertains to images?
I use kolourpaint to make memes
With ChaiNNer you can remove background, upscale (local), it’s a lot more flexible and compatible with models than Upscayl, also a little bit more complex (node based, not as complex as comfyUI). You can upscale an image with a face model and use other model for everything else in the same image.
I use Krita every time i need to edit something. It’s more than good enough for me
remove backgrounds? i think you could find a krita plugin for it, or just use an online website / huggingface space.
GIMP, but mostly because I’m already used to it. I keep meaning to give Krita a go, but just haven’t had the time and energy to figure out how to do all the things I already know how to do with GIMP using it.
I often use imagemagick (cli) for cropping, rotating, resizing, etc.
For painting from the command line, I use sed to replace data at given offsets
sed -i '1s|^.\{10\}.\{5\}|\0*****|' image.jpg
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.
My daughter and my sister 🤣🤣. I have 0 art in my body, so they do all that for me. I could say I have a great AI driven FOSS process in place, lol.
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.
dd if=/dev/zero of=image.png bs=1k count=1024 conv=notrunc
I used to use GIMP, but Krita has gotten advanced enough to where it can replace it for most things (at least that I would use it for).
Does that include raster editing? I liked KritasUI but I’m not an artist.
That is most of what it does unless I’m misunderstanding what you mean. It can do general image manipulation stuff.
I’m not an artist, I just need the occasional hack job or screenshot annotation.
I loved the simple programs (this love stems from all the way back to MacPaint v1.0) and MS Paint has largely been ok for me apart from its lack of png support and only 90° rotations.
On Linux, Pinta has been fantastic but these last few years it got increasingly more crashy, to the point where it will now consistently crash within 10 seconds or two clicks, regardless of Linux distro / laptop/pc / version of Pinta. (insert “whyyyyy” meme here)
I’ve tried Krita, but it’s simply too much. Don’t even want to try installing Gimp. I am sad.
I can’t recommend Spectacle enough in that case : it does just about what you would expect, screenshots and simple editing. Very convenient, it’s the default in KDE
Darktable for raw image processing
Image is a broad word. I would say in order of usage per year it would be Darktable, Inkscape, Hugin, GIMP, Krita… but these obviously serve different purposes.
You can install and run Stable Diffusion locally (Pinokio is a versatile installer that can run SD and many other open-source AI tools as well). With SD you can build your own upscalers that are better than Upscayl, and do things like background removal too (in addition to prompt-based generation and such).
I’ve been meaning to get into some image generation type things too. The best self hosted tool I know of is InvokeAI. I’m sure there could be a whole other post (or other community) about image generation tools.
I’d be interested in another post on that topic :)