<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hamaco</author_name>
  <author_url>https://blog.hatena.ne.jp/hamaco/</author_url>
  <blog_title>hamacoの日記</blog_title>
  <blog_url>https://hamaco.hatenablog.jp/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>Imagick</anon>
  </categories>
  <description>PHP5.1.6 + Imagick2.0.0 RC4でアニメーションGIFをリサイズするメモ。 &lt;?php $image = new Imagick(READ_IMAGE_PATH); // 読み込む画像のパス $image = $image-&gt;coalesceImages(); do { $image-&gt;scaleImage(WIDTH, HEIGHT); // 幅, 高さ } while ($image-&gt;nextImage()); $image-&gt;writeImages(WRITE_IMAGE_PATH, true); // 書き込む画像のパス, 幅か高さのどちらかを「0」にすると、縦…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhamaco.hatenablog.jp%2Fentry%2F20071012%2F1192188728&quot; title=&quot; ImagickでアニメーションGIFを扱う - hamacoの日記&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>2007-10-12 20:32:08</published>
  <title> ImagickでアニメーションGIFを扱う</title>
  <type>rich</type>
  <url>https://hamaco.hatenablog.jp/entry/20071012/1192188728</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
