Advertisement

Results for "Author: steven franks"

2002ASP #4931
Text in a Picture Encoder

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!

2002C #13535
Text in a Picture Encoder

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!

2002VB #22139
Text in a Picture Encoder

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!

ASP_Volume2 #31107
Text in a Picture Encoder

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!

ASP_Volume3 #51963
Text in a Picture Encoder

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!

C_Volume2 #72169
Text in a Picture Encoder

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!

Java_Volume1 #90713
Text in a Picture Encoder

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!

1_2002 #108893
Text in a Picture Encoder

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!

2_2002-2004 #117860
Text in a Picture Encoder

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!

3_2004-2005 #136404
Text in a Picture Encoder

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!

4_2005-2006 #157260
Text in a Picture Encoder

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!

5_2007-2008 #179778
Text in a Picture Encoder

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!

6_2008-2009 #202296
Text in a Picture Encoder

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!

7_2009-2012 #224814
Text in a Picture Encoder

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!

Languages
Top Categories
Global Discovery