<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dungeonneko</author_name>
  <author_url>https://blog.hatena.ne.jp/dungeonneko/</author_url>
  <blog_title>Hello World / plɹoM ollǝH</blog_title>
  <blog_url>https://dungeonneko.hatenablog.com/</blog_url>
  <categories>
    <anon>PySide</anon>
  </categories>
  <description>PILで作った画像を表示するときに便利 # conding: utf-8 import sys from PySide.QtCore import * from PySide.QtGui import * from PIL import Image, ImageQt # entry point if __name__ == '__main__': myapp = QApplication(sys.argv) # PILで画像読み込み img = Image.open('temp.png') # Qtで表示 pm = QPixmap.fromImage(ImageQt.ImageQt(img))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdungeonneko.hatenablog.com%2Fentry%2F2015%2F07%2F19%2F142034&quot; title=&quot;QPixmap from PIL Image - Hello World / plɹoM ollǝH&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>http://cdn-ak.f.st-hatena.com/images/fotolife/d/dungeonneko/20150719/20150719142409.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-07-19 14:20:34</published>
  <title>QPixmap from PIL Image</title>
  <type>rich</type>
  <url>https://dungeonneko.hatenablog.com/entry/2015/07/19/142034</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
