this post was submitted on 24 May 2024
837 points (95.3% liked)

linuxmemes

21280 readers
1688 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 49 points 5 months ago (13 children)

    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.

    [–] [email protected] 7 points 5 months ago (4 children)

    Attach two images? That's concatenation! Use cat!

    [–] [email protected] 2 points 5 months ago (3 children)

    This is a joke, is it? Can you literally just cat the image files next to each other?

    [–] [email protected] 4 points 5 months ago (2 children)

    It's a joke (afaik), cat only works for stuff like tar archives. Can't figure out what to use for text files though.

    [–] [email protected] 2 points 5 months ago

    You can also use cat to append some video file formats together, but honestly use ffmpeg.

    [–] [email protected] 2 points 5 months ago

    You use cat. It literally just appends the bytes of the two files to each other. It just so happens that the tar format can work with that

    load more comments (8 replies)