Sinisterly
[VB.Net] MatrixCode Image-based Encoding v1.1 - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: [VB.Net] MatrixCode Image-based Encoding v1.1 (/Thread-VB-Net-MatrixCode-Image-based-Encoding-v1-1)

Pages: 1 2


[VB.Net] MatrixCode Image-based Encoding v1.1 - Coder-san - 06-08-2011

MatrixCode Image-based Encoding

[altimg=http://i.imgur.com/06Qf7.png]MatrixCode Image-based Encoding v1.1[/altimg]

First of all this is not an Image-codec or a new Image-type. It is a Text-encoding in the form of an image.
I call this MatrixCode because it reminds me of the display in the monitors in the Movie the name is derived from.

NOTE:
  • MatrixCode won't work even if there is a slight quality-loss in the image.
  • Currently it does not work for Unicode chars.
I have an example output attached in this post. Just press Decrypt and browse the image.
[link=http://www.mediafire.com/?t6az6v4kyiuzub9]Download source[/link]
[link=http://www.mediafire.com/?j9dh7g3w5ebuz32]Download EXE[/link]

I hope you like it. Smile



EDIT: Small update.


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - 1234hotmaster - 06-08-2011

looks sxy but what does it do? Tongue


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - Coder-san - 06-08-2011

You can basically hide a Text in a Picture.


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - 1234hotmaster - 06-08-2011

oh great! you used Microsoft.VisualBasic.Shell for it? Biggrin


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - Coder-san - 06-08-2011

No it's not like that. There is no Text in the image. It is a real PNG image generated by VB.Net Graphics.


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - DeffoN - 06-08-2011

i just tried this and here is my comment :
Spoiler:
ASDASDASDASDASDASDASDASDASDASDASDA
ASDASDASDASDASDAS
AWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOME
ASDASDASDASDASDASDAAWSOMEAWSOMEAWSOMEAWSOMEAWSOMEAWSOME




RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - Onin42 - 06-09-2011

Awsome, pretty good job.

how do you do to decrypt the png text ?


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - Coder-san - 06-09-2011

I use alpha channel of the pixels, that's why it can't support Unicode since range of alpha channel is 0-255.


RE: [VB.Net] MatrixCode Image-based Encoding v1.0 - Onin42 - 06-09-2011

Oh, i've heard some use of the alpha channel but never thinks use it on this way!!!


RE: [VB.Net] MatrixCode Image-based Encoding v1.1 - Coder-san - 06-09-2011

Bump for a minor update.