<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>abyssluke</author_name>
  <author_url>https://blog.hatena.ne.jp/abyssluke/</author_url>
  <blog_title>以下省略!</blog_title>
  <blog_url>https://abyssluke.hatenablog.com/</blog_url>
  <categories>
    <anon>雑記PC</anon>
    <anon>Linux</anon>
    <anon>どうでもいい</anon>
    <anon>メモ</anon>
    <anon>一行ブログ</anon>
  </categories>
  <description>(記事画像は適当) Linux+bash環境で動くコード。カレントディレクトリ内にあるpngファイルを一括でLossless WebPに変換し元ファイルを削除する。 for file in *.png; do filename=`echo $file | sed 's/\.[^\.]*$//'`; cwebp -lossless &quot;$file&quot; -o &quot;$filename.webp&quot;; rm &quot;$file&quot;; done 参考: cwebpの使い方と複数の画像をWebPに一括変換する方法 | iwb.jpなど</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fabyssluke.hatenablog.com%2Fentry%2F2023%2F07%2F27%2F195540&quot; title=&quot;どうでもいいメモ: pngをロスレスwebpに変換＆元ファイルを削除するワンライナー - 以下省略!&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>https://cdn.gudako.net/blog/irasutoya/animal_chara_computer_azarashi-w200-fs8-zf.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-07-27 19:55:40</published>
  <title>どうでもいいメモ: pngをロスレスwebpに変換＆元ファイルを削除するワンライナー</title>
  <type>rich</type>
  <url>https://abyssluke.hatenablog.com/entry/2023/07/27/195540</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
