alyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 5 months agotoxic help forumlemmy.worldimagemessage-square300fedilinkarrow-up1881arrow-down142
arrow-up1839arrow-down1imagetoxic help forumlemmy.worldalyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 5 months agomessage-square300fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up7·5 months agoAttach two images? That’s concatenation! Use cat!
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up2·5 months agoThis is a joke, is it? Can you literally just cat the image files next to each other?
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up4·5 months agoIt’s a joke (afaik), cat only works for stuff like tar archives. Can’t figure out what to use for text files though.
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up2·5 months agoYou can also use cat to append some video file formats together, but honestly use ffmpeg.
minus-squareReveredOxygen@sh.itjust.workslinkfedilinkEnglisharrow-up2·5 months agoYou 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
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 can also use cat to append some video file formats together, but honestly use ffmpeg.
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