<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ksk1130</author_name>
  <author_url>https://blog.hatena.ne.jp/ksk1130/</author_url>
  <blog_title>管理人Kのひとりごと</blog_title>
  <blog_url>https://www.k-hitorigoto.online/</blog_url>
  <categories>
    <anon>Powershell</anon>
  </categories>
  <description>画像回転スクリプトを大幅変更してみた。 Powershellっぽいコマンドライン引数の取り方や、例外処理、あと、個人的にほしかった元画像に対する回転処理など。 次は画像縮小スクリプトかな。 param( [switch]$right, [switch]$left, [switch]$reverse, [string]$filename, [string]$overwrite=&quot;n&quot; ) $private:flip =0 if($right){ $flip = 90 }elseif($reverse){ $flip = 180 }elseif($left){ $flip = 270 }else{…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.k-hitorigoto.online%2Fentry%2F2016%2F02%2F11%2F232237&quot; title=&quot;画像回転スクリプトを大幅変更してみた。 - 管理人Kのひとりごと&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>2016-02-11 23:22:37</published>
  <title>画像回転スクリプトを大幅変更してみた。</title>
  <type>rich</type>
  <url>https://www.k-hitorigoto.online/entry/2016/02/11/232237</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
