<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TakamiChie</author_name>
  <author_url>https://blog.hatena.ne.jp/TakamiChie/</author_url>
  <blog_title>高見知英のかいはつにっし(β)</blog_title>
  <blog_url>https://blog.onpu-tamago.net/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>アドエスで撮影した写真にはExif情報がつきません。うちではExif情報を使って写真を整理しているので、何も入っていないのは都合が悪い。 ならば入れてしまおうということで、PerlでExif情報を編集するモジュール、Image::ExifToolを使用します。 use strict; use Image::ExifTool qw/ImageInfo/; use POSIX; use Cwd; my $dir = Cwd::getcwd(); while(&lt;*.jpg&gt;) { my $n = $_; print &quot;&gt; $n\n&quot;; my $exifTool = new Image::ExifTo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.onpu-tamago.net%2Fentry%2F20080119%2F1200709163&quot; title=&quot;PerlでExif設定 - 高見知英のかいはつにっし(β)&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>2008-01-19 11:19:23</published>
  <title>PerlでExif設定</title>
  <type>rich</type>
  <url>https://blog.onpu-tamago.net/entry/20080119/1200709163</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
