File :-(, x, )
Anonymous
ITT, embed the SVG source of an image in a RAR in a JPEG.
>> Anonymous
     File :-(, x)
To get SVG, rename the JPEG to .rar and extract.
>> Anonymous
That is quite clever that is. What's the url/prog for embedding the file?
>> Anonymous
>>127128
In a Linux BASH prompt you just append the rar to the end of the image with "cat file.rar >> image.jpg".
I don't remember how to do it in Windows.
>> Anonymous
>>127130

If it's just appending the binary then in a command prompt the following should do the trick

copy /b image.jpg + file.rar newimage.jpg
>> Dominoooo !arjgWSIZBg
>>127128

If you're in windows, start -> run, type cmd.exe. At that prompt, it should say C:\whatever\whatever\blah, type 'cd..' to change directory to just C:\. Put the .rar and the image file into your C: directory, then type what>>127137said, and you're done. You can do it with a bunch of different filetypes too, just fuck with it and see what you get.
>> Anonymous
it works with .7z files too. I've always found rar a bit weird/awkward.
>> Anonymous
Seems like it doesn't work with tar format.