<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: emre tekir</title>
    <description>The latest articles on DEV Community by emre tekir (@pluscoloring).</description>
    <link>https://dev.to/pluscoloring</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F903143%2F928d7b54-d6de-445c-95d5-910f71a9f2a8.png</url>
      <title>DEV Community: emre tekir</title>
      <link>https://dev.to/pluscoloring</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pluscoloring"/>
    <language>en</language>
    <item>
      <title>Terrain ColoringBook</title>
      <dc:creator>emre tekir</dc:creator>
      <pubDate>Thu, 04 Aug 2022 07:58:19 +0000</pubDate>
      <link>https://dev.to/pluscoloring/terrain-coloringbook-30d</link>
      <guid>https://dev.to/pluscoloring/terrain-coloringbook-30d</guid>
      <description>&lt;p&gt;Scripts and output for &lt;a href="https://pluscoloring.com/"&gt;coloring page&lt;/a&gt; book pages based on digital elevation data&lt;/p&gt;

&lt;p&gt;Introduction&lt;br&gt;
Adult coloring books are all the rage. Most are hand-drawn, and subjects are wide-ranging. I happen to love maps and landscape data, so I created an automated method to convert digital elevation models (or any greyscale image, for that matter) into a color-able coloring book image.&lt;/p&gt;

&lt;p&gt;View the web site here.&lt;/p&gt;

&lt;p&gt;before after&lt;/p&gt;

&lt;p&gt;Usage&lt;br&gt;
Before using the included Perl script, you'll need to make sure that the NetPBM and TurboJPEG packages are installed and in the user's path. You can do this on an RPM system with:&lt;/p&gt;

&lt;p&gt;sudo yum install libjpeg-turbo-utils netpbm-progs&lt;br&gt;
The script operates on whole directories. Every image in the indir (below) will be converted and an output image file and thumbnail will be created in the outdir (which will be created if it does not already exist). Run the script like so:&lt;/p&gt;

&lt;p&gt;makeOutlineImage.pl indir outdir&lt;/p&gt;

</description>
      <category>perl</category>
    </item>
  </channel>
</rss>
