You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Cleaned up code a bit.
*Added multi-file support, now you can simply select and store MULTIPLE files in one image with ease.
*Added an extra XOR to the appended data, making it even more random so that nobody could just simply write an AI that would search for AES/data patterns on random images. Aka, makes it very hard if not impossible to tell if an image has any data or is just a crappy image.
Fixes some bugs that I had fixed a lot earlier but forgot to commit.
Added a warning for 24bit WebP files, ImageSharp doesn't save them in 24bit format for some reason, since it's a bug I've disabled this format for 24bit images.