- Sprool
- |
- Exalted Legendary Member
- gamertag: [none]
- user homepage:
Posted by: Killane
Posted by: The Freik
That's because it's a jpeg. If it was a gif, it is relatively easy to add a little sumthin' sumthin' to the end of the code, but you can't do that to a jpeg. The only way (that I know of) to add extra information to a jpeg is to add it to the head code. A program that can read this information is JHead.Actually, as long as you put the info after the null characters at the end of the file, you can put a small string into a JPEG file without corrupting it, but you'll want to open it in a viewer before uploading it to make sure the file is not, in fact, corrupted.Yeah I figured anything after the original file data is okay, you just can't put anything in between, or before it (like in the first line).