<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rksoftware</author_name>
  <author_url>https://blog.hatena.ne.jp/rksoftware/</author_url>
  <blog_title>rksoftware</blog_title>
  <blog_url>https://rksoftware.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>ある時画像のピクセルを編集したくなることがあるはずです。 皆さんもそういう日があると思います。 ピクセルを扱うのは簡単です。 // 画像を読み込み using System.Drawing.Bitmap bitmap = new new (&quot;test.jpg&quot;); // 1, 2 の位置のピクセルの色を取得 System.Drawing.Color color = bitmap.GetPixel(1, 2); // 1, 2 の位置のピクセルの色を設定 bitmap.SetPixel(1, 2, System.Drawing.Color.FromArgb(1, 2, 3)); // 画像を保存…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frksoftware.hatenablog.com%2Fentry%2F2021%2F10%2F19%2F231501&quot; title=&quot;画像をピクセルで編集する - rksoftware&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>2021-10-19 23:15:01</published>
  <title>画像をピクセルで編集する</title>
  <type>rich</type>
  <url>https://rksoftware.hatenablog.com/entry/2021/10/19/231501</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
