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 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.
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 use Krita every time i need to edit something. It’s more than good enough for me
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).
Lots of great suggestions here already
I haven’t seen mobile editing mentioned yet:
-
ImageToolbox for a very good Android image editing tool
-
Fossify Gallery for some quick editing tools built into the gallery
-
While not directly for editing,
Tidy
on android allows for AI search locally -
Termux for any CLI edits (imagemagick, etc.)