<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#scripture-posters posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/scripture-posters/</link>
    <atom:link href="https://bencrowder.net/blog/tag/scripture-posters/feed/" rel="self" />
    <description>Feed for blog posts tagged with #scripture-posters.</description>
    <lastBuildDate>Sat, 04 Apr 2026 05:22:16 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>Another scripture poster, this time in English, French, German, Italian, Portuguese, and Spanish: Go...</title>
      <link>https://bencrowder.net/blog/2023/1445/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/1445/</guid>
      <pubDate>Sun, 29 Jan 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Another <a href="https://bencrowder.net/scripture-posters/#">scripture poster</a>, this time in English, French, German, Italian, Portuguese, and Spanish:</p>
<p><a href="https://bencrowder.net/scripture-posters/#go-with-him-twain">Go with him twain</a> (Matthew 5:41)</p>
<p><figure>
        <a href="https://bencrowder.net/scripture-posters/#go-with-him-twain"><img src="https://cdn.bencrowder.net/blog/2023/01/go-with-him-twain.jpg" alt="Go with him twain" title="Go with him twain" /></a>
        
      </figure></p>
<p>How I made these:</p>
<ul>
<li>Make a 4000&times;5000px background texture in Affinity Photo (lots of layers and blending modes) and save to <code>go-with-him-twain-bg.png</code></li>
<li>Lay out the text in Figma (900&times;1125px frame, bold Asap font at 126px, 150px line height, 6% letter spacing, white text on black background).</li>
<li>Export the frame as an SVG, <code>go-with-him-twain.svg</code></li>
<li>Add the following to the beginning of the SVG file (after the opening tag) and change the seed values:</li>
</ul>
<pre>
&lt;filter id="filter"&gt;
  &lt;feTurbulence seed="4389" type="turbulence" baseFrequency="0.5" numOctaves="2" result="turbulence2"/&gt;
  &lt;feDisplacementMap in2="turbulence2" in="SourceGraphic" scale="2" xChannelSelector="R" yChannelSelector="G" result="disp"/&gt;

  &lt;feTurbulence seed="4378" type="turbulence" baseFrequency="0.05" numOctaves="2" result="turbulence" /&gt;
  &lt;feDisplacementMap in2="turbulence" in="disp" scale="3" xChannelSelector="R" yChannelSelector="G" /&gt;
&lt;/filter&gt;

&lt;style type="text/css"&gt;
  path { filter: url(#filter); }
&lt;/style&gt;
</pre>
<ul>
<li>Convert the SVG to a 4000&times;5000px PNG: <code>/Applications/Inkscape.app/Contents/MacOS/inkscape go-with-him-twain.svg --export-type=png --export-width=4000</code></li>
<li>Erode/dilate: <code>convert go-with-him-twain.png -morphology erode disk:12 -morphology dilate disk:15 go-with-him-twain-eroded.png</code></li>
<li>Composite: <code>convert go-with-him-twain-bg.png \( go-with-him-twain-eroded.png -normalize +level 0,55% \) -compose screen -composite go-with-him-twain-composite.png</code> (I usually do this in Affinity Photo but I wanted to try using Imagemagick)</li>
<li>Upscale to 8000&times;10000px with Real-ESRGAN: <code>./realesrgan-ncnn-vulkan -i go-with-him-twain-composite.png -o go-with-him-twain-full.png -s 2</code></li>
<li>Add noise (8% monochromatic) in Affinity Photo and export final PNG (I could do this in Imagemagick, need to port it over)</li>
</ul><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Another scripture poster, this time in English, French, German, Italian, Portuguese, and Spanish: Go...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Scripture posters</title>
      <link>https://bencrowder.net/blog/2023/scripture-posters/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/scripture-posters/</guid>
      <pubDate>Sat, 28 Jan 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Another experimental new project: <a href="https://bencrowder.net/scripture-posters/">scripture posters</a>. Definitely leaning more on the graphic design side of things here. The other day I happened to see <em>This Is How We Do It</em> (a children’s book by Matt Lamothe) lying around, and seeing the cover suddenly gave me an itch to make something similar but with words from the scriptures. I’m sure others have already made designs like this, but I haven’t (till now), so here you go.</p>
<p><a href="https://bencrowder.net/scripture-posters/#counsel-with-the-lord">Counsel with the Lord in all thy doings</a> (Alma 37:37)</p>
<p><figure>
        <a href="https://bencrowder.net/scripture-posters/#counsel-with-the-lord"><img src="https://cdn.bencrowder.net/images/design/scripture-posters/counsel-with-the-lord.jpg" alt="Counsel with the Lord in all thy doings" title="Counsel with the Lord in all thy doings" /></a>
        
      </figure></p>
<p><a href="https://bencrowder.net/scripture-posters/#i-will-go-and-do">I will go and do</a> (1 Nephi 3:7)</p>
<p><figure>
        <a href="https://bencrowder.net/scripture-posters/#i-will-go-and-do"><img src="https://cdn.bencrowder.net/images/design/scripture-posters/i-will-go-and-do.jpg" alt="I will go and do" title="I will go and do" /></a>
        
      </figure></p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Scripture posters">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
