<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masatoru</author_name>
  <author_url>https://blog.hatena.ne.jp/masatoru/</author_url>
  <blog_title>おでんはじめました。</blog_title>
  <blog_url>https://masatoru.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>いざ書くといつも忘れてしまうので。 画像ファイル(Bitmap)からbyte[]に変換 Bitmap bmp = new Bitmap(画像のPATH); //using System.Drawing MemoryStream ms = new MemoryStream(); bmp.Save(ms,ImageFormat.Png); //using System.Drawing.Imaging; byte[]から画像ファイル(Bitmap)に変換 MemoryStream ms = new MemoryStream(byte[]のデータ); Bitmap bmp = new Bitmap(m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasatoru.hatenadiary.jp%2Fentry%2F2016%2F04%2F22%2F083238&quot; title=&quot;Bitmapとbyte[]の変換 - おでんはじめました。&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-04-22 08:32:38</published>
  <title>Bitmapとbyte[]の変換</title>
  <type>rich</type>
  <url>https://masatoru.hatenadiary.jp/entry/2016/04/22/083238</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
