<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>climpy</author_name>
  <author_url>https://blog.hatena.ne.jp/climpy/</author_url>
  <blog_title>climpyの日記</blog_title>
  <blog_url>https://climpy.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>Pythonで画像処理をするときは PIL(Python Imaging Library)というのが使える。GD も ImageMagick も使えるが基本は PIL のように見える。 http://www.pythonware.com/products/pil/200×200ドット背景黒の画像に1本白線を引くだけのプログラムは import Image import ImageDraw im = Image.new('RGB', (200, 200), (0, 0, 0)) dr = ImageDraw.new(im) dr.line(((0,0), (100,100)), (255, 25…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fclimpy.hatenadiary.org%2Fentry%2F20090920%2F1253403331&quot; title=&quot;PIL - climpyの日記&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>2009-09-20 08:35:31</published>
  <title>PIL</title>
  <type>rich</type>
  <url>https://climpy.hatenadiary.org/entry/20090920/1253403331</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
