Cut image into thirds using imagemagick

Linux
<p>I needed to cut an image into thirds horizontally...</p> <pre><code>mogrify -crop 33.333333%x100% &lt;filename&gt; </code></pre>

© 2026 Code0x378