Understanding the MEME file
Closed this issue · 3 comments
dd86k commented
pt300 commented
1st 4 bytes must be equal to "meme". Then the next byte specifies type of image(explained in readme). Rest is image's data.
pt300 commented
That's all. You just have to load that data
dd86k commented
4D 45 4D 45 00 00 00 00 ...
|--MEME---| | |---DATA-...
|
Image type
Okay got it! Sorry, I'm really of a visual person.
(Visual C# hehuehuhe)