<?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: Aditya Sharma</title>
    <description>The latest articles on DEV Community by Aditya Sharma (@aditya11017).</description>
    <link>https://dev.to/aditya11017</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%2F473662%2F80b52d2a-2532-46a2-b163-270c91fe655f.png</url>
      <title>DEV Community: Aditya Sharma</title>
      <link>https://dev.to/aditya11017</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya11017"/>
    <language>en</language>
    <item>
      <title>Inksacpe: Using Trace Bitmap for Vector Art</title>
      <dc:creator>Aditya Sharma</dc:creator>
      <pubDate>Sun, 14 Nov 2021 12:08:06 +0000</pubDate>
      <link>https://dev.to/aditya11017/inksacpe-using-trace-bitmap-for-vector-art-499a</link>
      <guid>https://dev.to/aditya11017/inksacpe-using-trace-bitmap-for-vector-art-499a</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hi, Everyone! &lt;br&gt;
Aditya here,&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Nowadays to make our websites much cooler we use vector art and Sometimes we all get to that problem to find a cool vector art and it's quite a difficult task. As we jumped on the internet to get inspiration. &lt;br&gt;
In my case, the vector art I like is mostly not modifiable and the vector art which can be modified mostly has a limited level of customization it does the job not give the satisfaction I need.&lt;/p&gt;

&lt;p&gt;So, here comes the solution which can help is TRACE BITMAP. &lt;br&gt;
Here you can Find It in &lt;strong&gt;INKSCAPE&lt;/strong&gt; &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0KrJ1M8d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a4hg3obv39yfhwtgppp5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0KrJ1M8d--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a4hg3obv39yfhwtgppp5.png" alt="trace-bitmap-ink" width="541" height="176"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  If you guys are not familiar with inksacpe check out my previous post Link here :👇
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://dev.to/aditya11017/inkscape-alternative-to-adobe-illustrator-2mh3"&gt;https://dev.to/aditya11017/inkscape-alternative-to-adobe-illustrator-2mh3&lt;/a&gt;  &lt;/p&gt;

&lt;h2&gt;
  
  
  Now what is it? How it works?
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;So, one of the features in Inkscape is a tool for tracing a bitmap image into a  element for your SVG drawing.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  You can find more on this link:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://inkscape.org/doc/tutorials/tracing/tutorial-tracing.html"&gt;https://inkscape.org/doc/tutorials/tracing/tutorial-tracing.html&lt;/a&gt;&lt;br&gt;
So, to understand this feature first we need to learn about: &lt;/p&gt;

&lt;h4&gt;
  
  
  2 different types of graphics
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Raster – The image is made of those little, tiny color boxes we called “pixels”.
We can see them when we zoom on to that image. Such as JPG, PNG, TIF.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XE9tSwkt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5t7rzqc4tkzl15he67ol.gif" alt="pur-amus" width="256" height="256"&gt;
&lt;/li&gt;
&lt;li&gt;Vector – The image is consistent with a series of coordinate points that control the look of the image on an X and Y-axis.
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MGbSd9kg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dqc01tx0x1ota25fxv3t.png" alt="takemyvector" width="272" height="204"&gt;

&lt;ul&gt;
&lt;li&gt;Main Difference between Raster and Vector
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--F6MlcsxX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m4iorni6kdavs968eedl.png" alt="ras-vs-vec" width="338" height="174"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Vector&lt;/th&gt;
&lt;th&gt;Raster&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;they can be zoomed infinitely without quality loss.&lt;/td&gt;
&lt;td&gt;they are best for retaining fine details.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;they are best for illustrations&lt;/td&gt;
&lt;td&gt;they good for images&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;.svg&lt;/td&gt;
&lt;td&gt;.jpg, .png&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Now how use Inkscape use to trace any vector art
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Firstly we need to import our file,&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Step – 1 Go to files tab &amp;gt;  Import
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bSnhqAEV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0k8qpmc5361e56loo53g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bSnhqAEV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0k8qpmc5361e56loo53g.png" alt="Stp-1-import" width="555" height="401"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once image is imported then,&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Step -2  Select Image then select Path Tab &amp;gt; Trace Bitmap
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VCOwqJhA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nmys62no0n5qgb4fxfoc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VCOwqJhA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nmys62no0n5qgb4fxfoc.png" alt="stp-2-trace-bitmap" width="629" height="205"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Then on the right hand size a new window open of trace bitmap,&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Step -3 Chose Multiple scans &amp;gt; Colors &amp;gt; Set Scans to ‘8’ &amp;gt; Apply
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;"we will talk about details in next part"&lt;/em&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WZ8E94sg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g1ts16hb5g0si923dl2o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WZ8E94sg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g1ts16hb5g0si923dl2o.png" alt="stp-3-apply" width="594" height="501"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  With, these methods our vector file will be generated:🎊
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--C0ASL0pE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yyrejl6flbr9xfrwfqmb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--C0ASL0pE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yyrejl6flbr9xfrwfqmb.png" alt="output-vector" width="624" height="358"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  You can goof around with your vector art change its color, size does as you like.👍
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--q0P9hlzn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/92hqvo8j19vtc420wsyw.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q0P9hlzn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/92hqvo8j19vtc420wsyw.gif" alt="goof-with-output" width="880" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  This vector art is as fully customizable as we like.💪
&lt;/h2&gt;

&lt;p&gt;You now just need to save your vector art.&lt;br&gt;
That’s it, &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6qGHalfq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dj2wz8n64zhnc8auic0u.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6qGHalfq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dj2wz8n64zhnc8auic0u.jpg" alt="we-r-done" width="300" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  In the next part, I will discuss, how to convert our raster image into a vector image.
&lt;/h3&gt;

&lt;h4&gt;
  
  
  In, That part we will discuss trace bitmap and all other little details of Inkscape.
&lt;/h4&gt;

&lt;h4&gt;
  
  
  What you want to know more about Inkscape tell me in the comments.
&lt;/h4&gt;

&lt;p&gt;Thank you,&lt;br&gt;
Sorry for any mistakes.&lt;br&gt;
I hope this post is helpful for you guys.&lt;br&gt;
Take care&lt;br&gt;
Bye.&lt;/p&gt;

</description>
      <category>design</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Inkscape: Alternative to Adobe Illustrator</title>
      <dc:creator>Aditya Sharma</dc:creator>
      <pubDate>Sun, 10 Oct 2021 10:44:23 +0000</pubDate>
      <link>https://dev.to/aditya11017/inkscape-alternative-to-adobe-illustrator-2mh3</link>
      <guid>https://dev.to/aditya11017/inkscape-alternative-to-adobe-illustrator-2mh3</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hi, Everyone! &lt;br&gt;
Aditya here,&lt;/strong&gt;&lt;br&gt;
Today I want to discuss a topic which is vector ART, when I start making websites I found that my vector images are not up to the mark. So, I take a deep breath and dive into the internet for the everlasting search for perfect illustration.&lt;/p&gt;

&lt;h4&gt;
  
  
  What I find:
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Interesting vector they are paid and sometimes cannot modify them as per requirement.&lt;/li&gt;
&lt;li&gt;The free alternative is sometimes bland and blurry.
&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  now, what to do?
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Answer : Make your own vector.💪
&lt;/h1&gt;

&lt;p&gt;How difficult it will be what I need is ms-paint.&lt;/p&gt;

&lt;h3&gt;
  
  
  Yes, That's what I thought 😅
&lt;/h3&gt;

&lt;p&gt;Sorry, I was so wrong, do more google and, and the things escalate pretty quickly. &lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;IT'S START TAKEING MORE TIME AND SOMETIMES IT'S FRUSTRATING!!!!&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--n8baQzSK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jjm4qikgk635eey5m1uj.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--n8baQzSK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jjm4qikgk635eey5m1uj.gif" alt="angry terry" width="478" height="266"&gt;&lt;/a&gt;&lt;br&gt;
So, today I will talk about A powerful, free design tool Whether you are an illustrator, designer, web designer or just someone who needs to create some vector imagery.&lt;br&gt;
&lt;strong&gt;Adobe Illustrator!! NO NO NO NO!! Not this One&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👇 &lt;strong&gt;THIS ONE 👇&lt;/strong&gt; &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://inkscape.org/"&gt;Inkscape&lt;/a&gt;  🎊
&lt;/h2&gt;

&lt;p&gt;Inkscape is a very competitive, free and open source tool to Adobe Illustrator. A powerful vector editor, Inkscape has flexible drawing tools, various file format compatibility, powerful text tools and support for Bezier and spiro curves. It supports advanced scalable vector graphics features like markets, clones and blending.&lt;br&gt;
This definition is copied from a random website. But, It's correct.&lt;br&gt;&lt;br&gt;
😁Sorry, I am not good with definitions.👍&lt;/p&gt;

&lt;h2&gt;
  
  
  Now, what I liked in Inkscape:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Easy.&lt;/li&gt;
&lt;li&gt;Works with windows, Mac and Linux .&lt;/li&gt;
&lt;li&gt;Editing svg with no watermark.&lt;/li&gt;
&lt;li&gt;Easy import/export svgs and images.&lt;/li&gt;
&lt;li&gt;Tracing illustration. &lt;/li&gt;
&lt;li&gt;Great for logo design.
&lt;/li&gt;
&lt;li&gt;Absolutely FRREEE!!&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--g_lIAkQo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/217heeghnqud7gtjkqf6.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g_lIAkQo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/217heeghnqud7gtjkqf6.gif" alt="happy" width="498" height="224"&gt;&lt;/a&gt;&lt;br&gt;
But, But there is catch.&lt;br&gt;
You have to learn it to how to use it, because it is quite &lt;strong&gt;powerful and it can perform very wonderful thing.&lt;/strong&gt; &lt;/p&gt;

&lt;h4&gt;
  
  
  How to learn Inkscape?
&lt;/h4&gt;

&lt;h4&gt;
  
  
  Don't worry there are many tutorials you can find over the internet.
&lt;/h4&gt;

&lt;h3&gt;
  
  
  one channel I ❤️ is :
&lt;/h3&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://www.youtube.com/c/LogosByNick"&gt;Logos By Nick&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;it is a great channel to learn Inkscape for beginners.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Also, I will be sharing what I learn by using Inksacpe but, next time.&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Thank you&lt;br&gt;
Sorry for any mistakes. &lt;br&gt;
I hope this post is helpful for you guys.&lt;br&gt;
Take care &lt;br&gt;
Bye.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>design</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>My First Post. 🚀</title>
      <dc:creator>Aditya Sharma</dc:creator>
      <pubDate>Fri, 01 Oct 2021 12:03:57 +0000</pubDate>
      <link>https://dev.to/aditya11017/my-first-post-i38</link>
      <guid>https://dev.to/aditya11017/my-first-post-i38</guid>
      <description>&lt;p&gt;My name is Aditya, this is my first post after joining DEV Community. Today I decided to try something new and hope to write some helpful articles in near future.&lt;/p&gt;

</description>
      <category>html</category>
      <category>javascript</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
