Converting JPEG Images into XML
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to convert JPEG Images into XML elements. Could you please let me know how canI do it? Thanks in Advance,
AR Reddy
AR Reddy wrote:
I want to convert JPEG Images into XML elements. Could you please let me know how canI do it?
Normally, JPEGs are encoded as Base64 when put in XML. There are methods in the .NET Framework to do that for you.
Recent blog posts: *Method hiding Vs. overriding *Microsoft Surface *SQL Server / Visual Studio install order My Blog