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?

  • Disonantezko@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    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.

  • IsusRamzy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    remove backgrounds? i think you could find a krita plugin for it, or just use an online website / huggingface space.

  • ☆ Yσɠƚԋσʂ ☆@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    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.

    • tetris11@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      5 months ago

      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.

        • tetris11@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          4 months ago

          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.

  • youmaynotknow@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    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.

  • Danitos@reddthat.com
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    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.

    • rutrum@lm.paradisus.dayOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      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.

  • bonegakrejg@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

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

  • noughtnaut@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    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.

    • achille225@jlai.lu
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      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

  • toastal@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    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.

  • AbouBenAdhem@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 months ago

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

  • rutrum@lm.paradisus.dayOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    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.