@[email protected] to [email protected]English • 9 months agotoxic help forumlemmy.worldmessage-square262fedilinkarrow-up1880
arrow-up1880imagetoxic help forumlemmy.world@[email protected] to [email protected]English • 9 months agomessage-square262fedilink
minus-squareJackbyDevlinkfedilinkEnglish7•9 months agoAttach two images? That’s concatenation! Use cat!
minus-squareboredsquirrellinkfedilink2•9 months agoThis is a joke, is it? Can you literally just cat the image files next to each other?
minus-square@[email protected]linkfedilink4•9 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-square@[email protected]linkfedilinkEnglish2•9 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
minus-squareCaptain AggravatedlinkfedilinkEnglish2•9 months agoYou 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.