<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Image-Processing on Adamino CTF Writeups</title><link>https://ctf.adamino.dk/tags/image-processing/</link><description>Recent content in Image-Processing on Adamino CTF Writeups</description><generator>Hugo</generator><language>en</language><copyright>Adamino 2023</copyright><lastBuildDate>Sun, 23 Aug 2026 15:30:00 +0100</lastBuildDate><atom:link href="https://ctf.adamino.dk/tags/image-processing/index.xml" rel="self" type="application/rss+xml"/><item><title>ImageMagick</title><link>https://ctf.adamino.dk/tools/misc/imagemagick/</link><pubDate>Sun, 23 Aug 2026 15:30:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/misc/imagemagick/</guid><description>&lt;h1 id="imagemagick-command-line-image-surgery"&gt;ImageMagick: Command-Line Image Surgery&lt;a href="#imagemagick-command-line-image-surgery" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://imagemagick.org/"&gt;ImageMagick&lt;/a&gt; is a scriptable image-manipulation toolkit — think Photoshop operations you can run from the terminal and loop over. In CTFs it earns its keep for the unglamorous but constant tasks: stitching image fragments back together, cropping a region out of a larger picture, converting formats, and flattening layers. No GUI, no clicking, fully reproducible.&lt;/p&gt;</description></item></channel></rss>