<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inon29</author_name>
  <author_url>https://blog.hatena.ne.jp/inon29/</author_url>
  <blog_title>It’s now or never</blog_title>
  <blog_url>https://inon29.hateblo.jp/</blog_url>
  <categories>
    <anon>iOS</anon>
    <anon>Objective-C</anon>
    <anon>c</anon>
  </categories>
  <description>下記のようなソースで、画像ファイルからUIImageオブジェクトに読み込んだ画像の ビットマップデータを取得することができます。 CGImageRef newCgImage = [UIImage imageNamed:@&quot;pingFile&quot;].CGImage; CGDataProviderRef dataProvider = CGImageGetDataProvider(newCgImage); CFDataRef bitmapData = CGDataProviderCopyData(dataProvider); uint8_t *buff = (uint8_t *)CFDataGetByt…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finon29.hateblo.jp%2Fentry%2F2013%2F12%2F13%2F000523&quot; title=&quot;UIImageから生の画像データを取得/RGBデータからYUVデータへ変換 - It’s now or never&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>2013-12-13 00:05:23</published>
  <title>UIImageから生の画像データを取得/RGBデータからYUVデータへ変換</title>
  <type>rich</type>
  <url>https://inon29.hateblo.jp/entry/2013/12/13/000523</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
