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?

16 points

I often use imagemagick (cli) for cropping, rotating, resizing, etc.

permalink
report
reply
8 points
*

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.

permalink
report
parent
reply
2 points
*

lmao, what?

permalink
report
parent
reply
2 points

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.

permalink
report
parent
reply
6 points
*

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.

permalink
report
reply
3 points

I’d be interested in another post on that topic :)

permalink
report
parent
reply
26 points

I use Krita every time i need to edit something. It’s more than good enough for me

permalink
report
reply
10 points

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).

permalink
report
reply
19 points
*

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.)

permalink
report
reply
5 points
*

I prefer:

  • ImagePipe: fast edit
  • Snapseed: complex edit (not FOSS)
  • Aves: gallery
  • Superimage: AI upscaler (RealESRGAN)
  • Waifu2x NCNN: AI upscaler (Waifu2x, RealCuGAN)
permalink
report
parent
reply

Open Source

!opensource@lemmy.ml

Create post

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

Community stats

  • 4.5K

    Monthly active users

  • 1K

    Posts

  • 8.8K

    Comments