document.write("<div class=\"pastie\">\n");
document.write("  <link href=\"http://pastie.org/stylesheets/embed.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n");
document.write("  <link href=\"http://pastie.org/stylesheets/clean.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n");
document.write("  \n");
document.write("\n");
document.write("  \n");
document.write("  \n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("	\n");
document.write("	<div class=\"allcode\">\n");
document.write("		<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n");
document.write("		<tr>\n");
document.write("			<td>\n");
document.write("				\n");
document.write("				<pre class=\"textmate-source-numbers\">1\n");
document.write("2\n");
document.write("3\n");
document.write("4\n");
document.write("5\n");
document.write("6\n");
document.write("7\n");
document.write("8\n");
document.write("9\n");
document.write("10\n");
document.write("11\n");
document.write("12\n");
document.write("13\n");
document.write("14\n");
document.write("15\n");
document.write("16\n");
document.write("17\n");
document.write("18\n");
document.write("19\n");
document.write("20\n");
document.write("21\n");
document.write("22\n");
document.write("<\/pre>\n");
document.write("			<\/td>\n");
document.write("		<td>\n");
document.write("		<pre class=\"textmate-source\"><pre class=\"sunburst\"><span class=\'meta meta_definition meta_definition_method meta_definition_method_csharp\'>        <span class=\'storage storage_modifier storage_modifier_csharp\'>public static <\/span><span class=\'storage storage_type storage_type_csharp\'>Image<\/span> <span class=\'entity entity_name entity_name_function entity_name_function_csharp\'>BytesToImg<\/span><span class=\'meta meta_definition meta_definition_param-list meta_definition_param-list_csharp\'>(<span class=\'storage storage_type storage_type_csharp\'>byte<\/span>[] bmpBytes<\/span>)<\/span>\n");
document.write("        {\n");
document.write("            var ms = <span class=\'keyword keyword_operator keyword_operator_csharp\'>new<\/span> MemoryStream(bmpBytes);\n");
document.write("            Image img = Image.FromStream(ms);\n");
document.write("            <span class=\'comment comment_line comment_line_double-slash comment_line_double-slash_csharp\'>// Do NOT close the stream!<\/span>\n");
document.write("\n");
document.write("            <span class=\'keyword keyword_control keyword_control_csharp\'>return<\/span> img;\n");
document.write("        }\n");
document.write("\n");
document.write("        <span class=\'storage storage_modifier storage_modifier_csharp\'>public<\/span> <span class=\'storage storage_modifier storage_modifier_csharp\'>static<\/span> <span class=\'storage storage_type storage_type_csharp\'>byte<\/span>[] BmpToBytes(Bitmap bmp)\n");
document.write("        {\n");
document.write("            var ms = <span class=\'keyword keyword_operator keyword_operator_csharp\'>new<\/span> MemoryStream();\n");
document.write("            <span class=\'comment comment_line comment_line_double-slash comment_line_double-slash_csharp\'>// Save to memory using the Jpeg format<\/span>\n");
document.write("            bmp.Save(ms, ImageFormat.Jpeg);\n");
document.write("\n");
document.write("            <span class=\'comment comment_line comment_line_double-slash comment_line_double-slash_csharp\'>// read to end<\/span>\n");
document.write("            var bmpBytes = ms.GetBuffer();\n");
document.write("            bmp.Dispose();\n");
document.write("            ms.Close();\n");
document.write("\n");
document.write("            <span class=\'keyword keyword_control keyword_control_csharp\'>return<\/span> bmpBytes;\n");
document.write("        }\n");
document.write("<\/pre><\/pre>\n");
document.write("		<\/td>\n");
document.write("		<\/tr>\n");
document.write("		<\/table>\n");
document.write("	\n");
document.write("	<\/div>\n");
document.write("\n");
document.write("\n");
document.write("  \n");
document.write("  \n");
document.write("  <div class=\"credit\">\n");
document.write("    <div class=\"buttons\">\n");
document.write("      <a href=\"http://pastie.org/pastes/698300.txt\">\n");
document.write("      <img src=\"http://pastie.org/images/view.png\" height=\"20\" width=\"67\" /><\/a>\n");
document.write("    <\/div>\n");
document.write("  \n");
document.write("    <a href=\"http://pastie.org/698300\">Pastie #698300<\/a> linked directly from <a href=\"http://pastie.org/\">Pastie<\/a>.\n");
document.write("  <\/div><\/div>");

