<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>アプリ開発の逆引き辞典</blog_title>
  <blog_url>https://recipe.ch3cooh.net/</blog_url>
  <categories>
  </categories>
  <description>本記事では、すでに画像(UIImageオブジェクト)が複数枚用意されていて、それらのすべての画像を合成させてみましょう。 ここでは例として「わーっ」と描かれたセリフ画像と「滑っているネコ」が描かれている画像を1つの画像として合成させてみます。 - (UIImage *)compositeImages:(NSArray *)array size:(CGSize)size { UIImage *image = nil; // ビットマップ形式のグラフィックスコンテキストの生成 UIGraphicsBeginImageContextWithOptions(size, 0.f, 0); // 塗りつぶ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frecipe.ch3cooh.net%2Fentry%2F20140307%2F1394186565&quot; title=&quot;複数の画像を合成させて新しいUIImageオブジェクトを生成したい - アプリ開発の逆引き辞典&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>https://cdn-ak.f.st-hatena.com/images/fotolife/c/ch3cooh393/20140307/20140307185112.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-03-07 19:02:45</published>
  <title>複数の画像を合成させて新しいUIImageオブジェクトを生成したい</title>
  <type>rich</type>
  <url>https://recipe.ch3cooh.net/entry/20140307/1394186565</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
