<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Art on accessible.tips</title><link>https://accessible.tips/tags/art/</link><description>Recent content in Art on accessible.tips</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 22 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://accessible.tips/tags/art/index.xml" rel="self" type="application/rss+xml"/><item><title>Digital Art Composition Book</title><link>https://accessible.tips/tips/digital-art-composition-book/</link><pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate><guid>https://accessible.tips/tips/digital-art-composition-book/</guid><description>&lt;h2 id="attribution"&gt;Attribution&lt;/h2&gt;
&lt;p&gt;This is a fully syndicated copy of KemoNine&amp;rsquo;s &lt;a href="https://blog.kemonine.info/art/2024-09-19-digital-art-composition-book/"&gt;&amp;lsquo;Digital Art Composition Book&amp;rsquo; blog post&lt;/a&gt;. It has been posted here, in full, with permission. This post reads like an anecdote but is focused on a practical approach to creating a digital composition book for art. Due to this we&amp;rsquo;ve included KemoNine&amp;rsquo;s post as a tip, rather than anecdote as we feel this is more of a &amp;rsquo;tip&amp;rsquo; than &amp;lsquo;anecdote&amp;rsquo;.&lt;/p&gt;
&lt;p&gt;Note: we&amp;rsquo;ve only applied our standard site formatting to the post, inclusive of our section navigation links. The original post remains unchanged otherwise.&lt;/p&gt;</description></item><item><title>Convert Photo to Coloring Page</title><link>https://accessible.tips/tips/convert-photo-to-coloring-page/</link><pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate><guid>https://accessible.tips/tips/convert-photo-to-coloring-page/</guid><description>&lt;h2 id="sounds-cool-is-tricky"&gt;Sounds Cool, Is Tricky&lt;/h2&gt;
&lt;p&gt;Before getting into how to convert a photo into a coloring page, I&amp;rsquo;d like to point out a fundamental concern: this is &lt;em&gt;not&lt;/em&gt; easy and a mild PITA. It also deserves some manual cleanup to get best results. I recommend doing this only if you have time to try the process and focus on some of the subtleties while also converting a ton of photos.&lt;/p&gt;
&lt;p&gt;Like most forms of art, this one takes some practice to get desired results. I got disheartened early on but after running the process on tens of images I started getting a feel for what source images worked for conversion and as a more &amp;lsquo;realistic&amp;rsquo; coloring page.&lt;/p&gt;</description></item><item><title>Converting PDF Coloring Pages</title><link>https://accessible.tips/tips/converting-pdf-coloring-pages/</link><pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate><guid>https://accessible.tips/tips/converting-pdf-coloring-pages/</guid><description>&lt;h2 id="required-program"&gt;Required Program&lt;/h2&gt;
&lt;p&gt;If you have access to &lt;code&gt;imagemagick&lt;/code&gt; you can quickly convert a PDF coloring page(s) to grayscale PNG using the below procedure and notes.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="notes"&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;pdfimages&lt;/code&gt; will get you a dpi listing for each page in the PDF that has an image, use that value instead of &lt;code&gt;300&lt;/code&gt; in the below, &lt;strong&gt;if&lt;/strong&gt; it is present.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;-type Grayscale&lt;/code&gt; parameter can be removed if you need color output.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="conversion"&gt;Conversion&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Install &lt;code&gt;imagemagick&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pdfimages -list shipspage1.pdf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;for file in `ls *.pdf`; do convert -density 300 -type Grayscale ${file} ${file}.png; done&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h2 id="external-resources"&gt;External Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/questions/50006770/how-to-get-dpi-of-a-pdf-file"&gt;https://stackoverflow.com/questions/50006770/how-to-get-dpi-of-a-pdf-file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jdhao.github.io/2019/11/20/convert_pdf_to_image_imagemagick/"&gt;https://jdhao.github.io/2019/11/20/convert_pdf_to_image_imagemagick/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/questions/2869908/convert-pdf-to-png-using-imagemagick"&gt;https://stackoverflow.com/questions/2869908/convert-pdf-to-png-using-imagemagick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=11279"&gt;https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=11279&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;</description></item><item><title>Digital Coloring and Drawing</title><link>https://accessible.tips/tips/digital-coloring-and-drawing/</link><pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate><guid>https://accessible.tips/tips/digital-coloring-and-drawing/</guid><description>&lt;figure&gt;
 &lt;a href="https://accessible.tips/tips/digital-coloring-and-drawing/DSC02900-3_hu_1647a1810437b85b.webp" class="lightbox" data-type="image"&gt;
 &lt;picture&gt;
 &lt;source type="image/webp" srcset="https://accessible.tips/tips/digital-coloring-and-drawing/DSC02900-3_hu_9151bb1e3430816c.webp 400w, https://accessible.tips/tips/digital-coloring-and-drawing/DSC02900-3_hu_61ea14251d7e4975.webp 800w, https://accessible.tips/tips/digital-coloring-and-drawing/DSC02900-3_hu_1647a1810437b85b.webp 1200w" sizes="(max-width: 600px) 400px, (max-width: 1000px) 800px, 1200px"&gt;
 &lt;img src="https://accessible.tips/tips/digital-coloring-and-drawing/DSC02900-3_hu_61ea14251d7e4975.webp" alt="A Surface Duo foldable phone showing Sketchbook full screen and a Surface Pen sitting on the corner of the screen at an angle. The work shown on-screen is a partially complete coloring page." loading="lazy" decoding="async" width="800" height="533"&gt;
 &lt;/picture&gt;
 &lt;/a&gt;&lt;figcaption&gt;&lt;span class="figure-number"&gt;Figure 1: &lt;/span&gt;An in-progress coloring page&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;hr&gt;
&lt;h2 id="analog"&gt;Analog?&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ve spent a long time staring at my sketchbook and wanting to draw and color but&amp;hellip; my desk situation is such that I&amp;rsquo;d have to spend at least 5 minutes getting it cleared enough for drawing/coloring, then I&amp;rsquo;d have to put it back the way it was so I could type when I was done, I&amp;rsquo;d have to turn on the light at night (I like dark).&lt;/p&gt;</description></item><item><title>Krita Color Palettes</title><link>https://accessible.tips/tips/krita-color-palettes/</link><pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate><guid>https://accessible.tips/tips/krita-color-palettes/</guid><description>&lt;h2 id="palettes"&gt;Palettes&lt;/h2&gt;
&lt;p&gt;Below you&amp;rsquo;ll find a link to a color palette generator I use as well as a number of Krita color palettes I&amp;rsquo;ve created.&lt;/p&gt;
&lt;p&gt;The zip files can be extracted into the Krita &lt;code&gt;palettes&lt;/code&gt; directory for use. Please see the Krita official docs for more detail on how to setup a new palette.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For an auto generator see &lt;a href="https://coolors.co/"&gt;https://coolors.co/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="copic322-color.gpl"&gt;Copic Marker Colors for Krita&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="Crayola-16.zip"&gt;Crayola Colors - 16 Box for Krita&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="Crayola-24.zip"&gt;Crayola Colors - 24 Box for Krita&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="Crayola-32.zip"&gt;Crayola Colors - 32 Box for Krita&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="Crayola-Colors-of-The-World.zip"&gt;Crayola Colors - Colors of the World Box for Krita&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="Crayola-Gem-Tones.zip"&gt;Crayola Colors - Gem Tones Box for Krita&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;</description></item><item><title>Zentangle Template Images</title><link>https://accessible.tips/tips/zentangle-template-images/</link><pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate><guid>https://accessible.tips/tips/zentangle-template-images/</guid><description>&lt;h2 id="templates"&gt;Templates&lt;/h2&gt;
&lt;p&gt;The attached files are files I created as a &amp;lsquo;Zentangle Template&amp;rsquo;. It&amp;rsquo;s setup to be a 3.5&amp;quot; square with a 2nd &amp;lsquo;circle&amp;rsquo; layer if you&amp;rsquo;d like to create a circular Zentangle. These are aimed at the digital artist who wants a basic canvas to start from.&lt;/p&gt;
&lt;p&gt;&lt;a href="Zentangle-template.kra"&gt;Download Krita (kra) File&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="Zentangle-template.psd"&gt;Download Photoshop (psd) File&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;</description></item></channel></rss>