Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
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% <filename> </code></pre>
© 2026 Code0x378