I'm looking for the conventer from normal image in C# to AMF3 ByteArray
. The image format is JPG, I'm using FluorineFX library to serialize and de-serliazize AMF3 Data.
I need to get image ByteArray
in C# from JPG because I'm using this to my flash game, and I don't know how to serialize image to AMF3 ByteArray
. There isn't much info on FluorineFX neither AMF3 C# ByteArray
.