<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>kilko.de - imagemagick</title>
    <subtitle>Kilian&#x27;s homepage and public feed</subtitle>
    <link rel="self" type="application/atom+xml" href="https://kilko.de/tags/imagemagick/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://kilko.de"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2018-09-01T00:00:00+00:00</updated>
    <id>https://kilko.de/tags/imagemagick/atom.xml</id>
    <entry xml:lang="en">
        <title>Simulating a scan</title>
        <published>2018-09-01T00:00:00+00:00</published>
        <updated>2018-09-01T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Unknown
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://kilko.de/feed/til/simulating-a-scan/"/>
        <id>https://kilko.de/feed/til/simulating-a-scan/</id>
        
        <content type="html" xml:base="https://kilko.de/feed/til/simulating-a-scan/">&lt;p&gt;Fake a printed, hand-signed and scanned document using imagemagick. Beat the bureucracy.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo z-code&quot;&gt;&lt;code data-lang=&quot;shellscript&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span class=&quot;z-entity z-name&quot;&gt;$&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; convert&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; input.pdf&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;colorspace&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; gray&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; \(&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; +clone&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;blur&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; 0x0.1&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; \)&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; +swap&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;compose&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; divide&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;composite&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;linear-stretch&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; 5%x0%&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; -&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt;rotate&lt;&#x2F;span&gt;&lt;span class=&quot;z-constant&quot;&gt; 0.5&lt;&#x2F;span&gt;&lt;span class=&quot;z-string&quot;&gt; scan.pdf&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Documentation on using &lt;code&gt;-blur&lt;&#x2F;code&gt; can be found &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.imagemagick.org&#x2F;Usage&#x2F;blur&#x2F;&quot;&gt;here&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Credits go to &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;tex.stackexchange.com&#x2F;a&#x2F;94541&quot;&gt;tex.stackexchange.com&#x2F;a&#x2F;94541&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
