How to parse Image Code Packet?

03/17/2012 18:17 king_ma#1
My clientless get (opcode=2322) image code packet after login~
Does anyone know how to parse it and make it show on screen?

Searched through the forum but lacking of such information~
03/17/2012 19:00 pushedx#2
Take a look at my project, [Only registered and activated users can see links. Click Here To Register...]. It has everything you need for working with the packet as well as the image itself. It's written in C#, but if you know C++, it won't be too hard to follow, as the original project was C++ but ported to C# since it's easier to show the concepts with. You will also need my C# [Only registered and activated users can see links. Click Here To Register...].
03/17/2012 19:19 king_ma#3
Drew Thx a lot, it seems very helpful~