• JackbyDev
    link
    fedilink
    English
    78 months ago

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

    • boredsquirrel
      link
      fedilink
      28 months ago

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

      • @[email protected]
        link
        fedilink
        48 months ago

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

        • Captain Aggravated
          link
          fedilink
          English
          28 months ago

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

        • @[email protected]
          link
          fedilink
          English
          28 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