<?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: Daniel Iliev</title>
    <description>The latest articles on DEV Community by Daniel Iliev (@nix3r).</description>
    <link>https://dev.to/nix3r</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%2F708725%2Ffdc25c3e-11d7-470d-bd99-27c5bd3f0bdc.jpg</url>
      <title>DEV Community: Daniel Iliev</title>
      <link>https://dev.to/nix3r</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nix3r"/>
    <language>en</language>
    <item>
      <title>Free watermarks in your photos?</title>
      <dc:creator>Daniel Iliev</dc:creator>
      <pubDate>Sat, 15 Oct 2022 18:50:25 +0000</pubDate>
      <link>https://dev.to/nix3r/free-watermarks-in-your-photos-e94</link>
      <guid>https://dev.to/nix3r/free-watermarks-in-your-photos-e94</guid>
      <description>&lt;p&gt;Hi there,&lt;br&gt;
I was picturing Airsoft game and since I'm in a Airsoft team I wanted to add some free ad of our tiny sweet team.&lt;br&gt;
I was browsing for &lt;strong&gt;totally&lt;/strong&gt; free website tool to add some watermarks on these pictures. But none of them were actually free. Some of them allow only 10 per task and while I've got 650+ pictures it's kind useless. Or some of them can do every picture by once, but on the end the asked me for money to download it.&lt;br&gt;
So, I texted to my dear friend &lt;a class="mentioned-user" href="https://dev.to/meldiron"&gt;@meldiron&lt;/a&gt; and he found a solution to my little problem called &lt;a href="https://imagemagick.org/index.php"&gt;ImageMagick&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;
  
  
  By owners of CLI
&lt;/h3&gt;

&lt;p&gt;"ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under a derived Apache 2.0 license."&lt;/p&gt;
&lt;h3&gt;
  
  
  Final solution
&lt;/h3&gt;

&lt;p&gt;I've downloaded ImageMagick CLI and just type command to loop all sub files in folder and add watermark by command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;for /f %a IN ('dir /b /s "C:\Users\&amp;lt;user&amp;gt;\Desktop\foto\*.jpg"') do magick composite -gravity SouthWest F:\Graphics\THO\flag_www.png %a %a
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I hope this might help some nerds here.&lt;br&gt;
Love,&lt;br&gt;
NiX3r&lt;/p&gt;

&lt;p&gt;PS: some example of two watermarks in one picture&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BcrMOUvp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c39i1huxbd1ca3kq1qry.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BcrMOUvp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c39i1huxbd1ca3kq1qry.JPG" alt="Image description" width="880" height="587"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Appwrite SDK for Minecraft</title>
      <dc:creator>Daniel Iliev</dc:creator>
      <pubDate>Wed, 20 Oct 2021 19:44:53 +0000</pubDate>
      <link>https://dev.to/nix3r/appwrite-sdk-for-minecraft-k4b</link>
      <guid>https://dev.to/nix3r/appwrite-sdk-for-minecraft-k4b</guid>
      <description>&lt;p&gt;I was just sitting in my chair and wondering what I should develop next. Then I realized! Hackoberfest is knocking on doors and I really want to take part in it for the first time. I checked their sites and saw Appwrite as a partner. Clicking on their site was the best thing I can ever do! So finally I know for who I could develop. But there's a small problem "What I should develop?". And I got that! I'll develop an Appwrite Minecraft extension as a plugin.&lt;/p&gt;

&lt;p&gt;Well here is mind map what that plugin could do. It connects Appwrite database with Minecraft, voiala that's everything. How simple, how effective. Isn't it? Hell no. There were a lots of problems that sometimes happen to every programmer. But after hours of debugging and bothering my friend I've done it. Almost. There're lots to upgrade, but it works!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/nCodesDotEU/Appwrite-Minecraft-Database"&gt;Source code&lt;/a&gt;&lt;/p&gt;

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