• boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    To be fair

    • GIMP is really good
    • GIMP is hella complex to use

    For example there was a (now enshittified) tool on Android called “image attacher” or something, for making a long image from 2.

    This is probably also pretty easy with some CLI tool.

    I actually took the time to learn “how do I attach 2 images together” in GIMP.

    Or “how do I create a textmarker”.

    And the stuff works, but its just very complex.

    attach 2 images

    • Open 1 image
    • “open” “open as another layer” the second image
    • your canvas is as big as the first image. Guess how big it has to be when fitting them next to each other
    • know that there is a difference between “layer surface” and “canvas” for whatever reason
    • in the menubar, find the canvas options
    • find where to resize the canvas and make it bigger
    • click on the surface layer of the other image and move it so it fits where you want it
    • use “merge downwards” to make the 2 layer one. BE CAREFUL TO NOT USE ANY IMAGE PARTS
    • use the crop tool
    • crop the new combined images to the wanted size

    This is sooo manual and seems very hacky. The difference between canvas and layer make no sense to me. The enlargement is “eyeballing”. The cropping too. There is no snapping when placing next to each other. There is no “dynamically increase canvas size” option afafaik.

    text marker / highlighter

    Something with brush, make it bigger, yellow, reduce the opaqueness, change the paint mode to “only make darker”


    GIMP is like using cat awk and tail to write an office document lol. It works but it is damn technical.

    But if you know how to do it, you know how to do it.

    • alyth@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 month ago

      This is probably also pretty easy with some CLI tool.

      This is one of the few image tasks I do on the CLI xD

      Stack two images horizontally (left and right)

      convert a.jpg b.jpg +append horizontal.jpg

      Stack two images vertically (top and bottom)

      convert a.jpg b.jpg -append vertical.jpg

      Images are not the same dimensions? Use gravity to align them at the center and make the unused space transparent

      convert a.jpg b.jpg -background transparent -gravity center +append horizontal.png

    • thedirtyknapkin@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      it’s also damn slow and destructive if you’re trying to fit it into a true professional workflow with deadlines. i work with programs like it professionally and I only use gimp when i find myself on a random computer that doesn’t have anything else. it’ll get the job done, pretty much any job, but it might be very slow and painful. as someone who DEFINITELY knows how to use gimp, i understand the op they’re clowning more than i understand the 1 peer i know that’s actually managing to make money with a fully foss workflow. I also happen to know he largely doesn’t sleep to accomplish it.

      gimp and darktable and similar projects are great, but workflow efficiency is what they do after they finish adding features. that just never happens. it’s not the exciting work.