VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Text in a Picture Encoder

by Steven Franks (1 Submission)
Category: Encryption
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

Ok I've seen a few of these posted, and decided to post mine because out of the ones I've tested, mine has been the most space efficient and I think the fastest.
It will work with picture files of any size, as long as its big enough to hold the text, once encoded the picture is exactly the same size as before, and even on plain white pictures the difference is barely noticable. I also included the ability to encrypt the text before encoding, althought the algorithm is very basic it would help hide the track of text being there.
The program works by using the last 2 bits of each byte in the picture, which is enough to ensure good ratio of text file size to picture size, but little enough to not make much difference to the image.
In the comments I talk about the 1st and 2nd bits, these are numbered from the right, so the 1st bit is the right-most bit etc.
This is all my own work, so please vote!

Rate Text in a Picture Encoder

Download Text in a Picture Encoder

Download Text in a Picture Encoder (7 KB)

Text in a Picture Encoder Comments

No comments have been posted about Text in a Picture Encoder. Why not be the first to post a comment about Text in a Picture Encoder.

Post your comment

Subject:
Message:
0/1000 characters