@alyth@lemmy.world to linuxmemes@lemmy.worldEnglish • 1 year agotoxic help forumlemmy.worldimagemessage-square275fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagetoxic help forumlemmy.world@alyth@lemmy.world to linuxmemes@lemmy.worldEnglish • 1 year agomessage-square275fedilink
minus-squareJackbyDevlinkfedilinkEnglish0•1 year agoAttach two images? That’s concatenation! Use cat!
minus-squareboredsquirrellinkfedilink0•1 year agoThis is a joke, is it? Can you literally just cat the image files next to each other?
minus-square@PoolloverNathan@programming.devlinkfedilink0•1 year 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 AggravatedlinkfedilinkEnglish0•1 year agoYou can also use cat to append some video file formats together, but honestly use ffmpeg.
minus-square@ReveredOxygen@sh.itjust.workslinkfedilinkEnglish0•1 year 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