<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>unagi_brandnew</author_name>
  <author_url>https://blog.hatena.ne.jp/unagi_brandnew/</author_url>
  <blog_title>コードを貼り付けながら。</blog_title>
  <blog_url>https://unagi-brandnew.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>android SDK DDMSで画像をキャプチャすると、480x800 で保存されるので、ブログに貼ったときにでかすぎる。これを、ブログのエディタで縮小して整えているのだが、めんどくさいので、縦長画像の場合の横幅を、300pxに、ImageMagikで一括でやろうかと。 複数画像の一括処理は、mogrify が便利なようなのでそれで。 $ mogrify -geometry 300 *.png 縦長横長の判別もできるかもなのだが、480-&gt;300 は、62.5% ということで以下で。 $ mogrify -geometry 62.5% *.png オプション多すぎ。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Funagi-brandnew.hatenadiary.org%2Fentry%2F20100911%2F1284209243&quot; title=&quot; ブログ向け画像簡単画像縮小をコマンドラインで一括で - コードを貼り付けながら。&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>2010-09-11 21:47:23</published>
  <title> ブログ向け画像簡単画像縮小をコマンドラインで一括で</title>
  <type>rich</type>
  <url>https://unagi-brandnew.hatenadiary.org/entry/20100911/1284209243</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
