alyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 年前toxic help forumlemmy.worldimagemessage-square293fedilinkarrow-up1886arrow-down144
arrow-up1842arrow-down1imagetoxic help forumlemmy.worldalyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 年前message-square293fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up7·2 年前Attach two images? That’s concatenation! Use cat!
minus-squareboredsquirrel (he)@slrpnk.netlinkfedilinkarrow-up2·2 年前This is a joke, is it? Can you literally just cat the image files next to each other?
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up4·2 年前It’s a joke (afaik), cat only works for stuff like tar archives. Can’t figure out what to use for text files though.
minus-squareReveredOxygen@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 年前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
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up2·2 年前You can also use cat to append some video file formats together, but honestly use ffmpeg.
Attach two images? That’s concatenation! Use cat!
This is a joke, is it? Can you literally just cat the image files next to each other?
It’s a joke (afaik), cat only works for stuff like tar archives. Can’t figure out what to use for text files though.
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
You can also use cat to append some video file formats together, but honestly use ffmpeg.