<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yune_kotomi</author_name>
  <author_url>https://blog.hatena.ne.jp/yune_kotomi/</author_url>
  <blog_title>青空を探す、旅の記録。</blog_title>
  <blog_url>https://yune-kotomi.hatenadiary.jp/</blog_url>
  <categories>
    <anon>開発</anon>
  </categories>
  <description>カレントフォルダ内の画像全部に対して加工を掛けようとこんなコードを書いたんだけど。 #!/usr/bin/env ruby -Ku require 'rmagick' include Magick list = Dir::glob('*.png') list.each{|s| puts &quot;prosessing #{s}&quot; img = ImageList.new(s)[0] img = img.modulate(1.0,1.17, 1.01).gamma_channel(1.15,RedChannel) img = img.resize(491,450) img.write(s) } なんかファ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyune-kotomi.hatenadiary.jp%2Fentry%2F20060504%2F1146747921&quot; title=&quot;RMagickのメモリ食い。 - 青空を探す、旅の記録。&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>2006-05-04 22:05:21</published>
  <title>RMagickのメモリ食い。</title>
  <type>rich</type>
  <url>https://yune-kotomi.hatenadiary.jp/entry/20060504/1146747921</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
