<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux on blog.nath.page</title>
    <link>https://blog.nath.page/tags/linux/</link>
    <description>Recent content in Linux on blog.nath.page</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 19 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.nath.page/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ImageMagick</title>
      <link>https://blog.nath.page/posts/imagemagick/</link>
      <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.nath.page/posts/imagemagick/</guid>
      <description>&lt;p&gt;Just found out about this neat tool called &lt;code&gt;imagemagick&lt;/code&gt;. I’m using it to compress jpg images small webp images for use on this blog.&lt;/p&gt;
&lt;p&gt;Install it (in arch-based linux) using this command.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo pacman -S imagemagick
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Then run&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;magick image.jpg -resize 1600x -quality &lt;span style=&#34;color:#ae81ff&#34;&gt;75&lt;/span&gt; image.webp
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;to create a compressed version of the image. Here the max pixel width is set at 1600 px, and the quality is at 75 (moderate compression).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
