Water marking
-
Hi any body implement RSA algorithm to encrypt the say img1.jpg or any text file and that image or txt file merge in to source image say imag2.jpg...... and again retrieve that encrypted message form source image Yogesh m
-
mark the file as embedded in your assembly 1 line of code equals many bugs. So don't write any!!
-
Can u explore what u want to convey I didn't get any thing from u r reply yogesh m -- modified at 10:22 Friday 7th April, 2006
bring the image file into your IDE. In the drop down property box you change the type of resource. Call Assembly.GetManifestResourceStream() This will return a stream. Create a local file with that stream. Refence that file with your Image control. PS: That method is not static so you would either Load the assembly, have a neutral assembly, or grab it from one in memory. The first option being the easiest 1 line of code equals many bugs. So don't write any!!