<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Background on JsonKit Blog</title>
    <link>https://jsokit.com/blog/tags/background/</link>
    <description>Recent content in Background on JsonKit Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>© 2025 JsonKit</copyright>
    <lastBuildDate>Fri, 10 Apr 2026 16:45:17 +0000</lastBuildDate>
    <atom:link href="https://jsokit.com/blog/tags/background/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux wget Command: A Practical Guide from Basics to Advanced Downloads</title>
      <link>https://jsokit.com/blog/posts/linux-wget-command-a-practical-guide-from-basics-to-advanced-downloads/</link>
      <pubDate>Fri, 10 Apr 2026 16:45:17 +0000</pubDate>
      <guid>https://jsokit.com/blog/posts/linux-wget-command-a-practical-guide-from-basics-to-advanced-downloads/</guid>
      <description>Linux wget Command: A Practical Guide from Basics to Advanced Downloads wget is one of the most classic command-line download tools in Linux. Unlike graphical downloaders, it supports resume, background downloads, rate limiting, and is perfect for automation on servers. This article covers everything from implementation principles to practical tips.&#xA;The Core Mechanism of wget wget&amp;rsquo;s design philosophy is &amp;ldquo;non-interactive download&amp;rdquo; — it handles retries, timeouts, and redirects without user intervention.</description>
    </item>
    <item>
      <title>Image to Sketch: Gaussian Blur and Color Dodge Blending with Canvas</title>
      <link>https://jsokit.com/blog/posts/image-to-sketch-gaussian-blur-and-color-dodge-blending-with-canvas/</link>
      <pubDate>Wed, 25 Feb 2026 14:21:49 +0000</pubDate>
      <guid>https://jsokit.com/blog/posts/image-to-sketch-gaussian-blur-and-color-dodge-blending-with-canvas/</guid>
      <description>Image to Sketch: Gaussian Blur and Color Dodge Blending with Canvas I was building an image processing toolkit and needed to convert photos into pencil sketch style. After some research, I found the core principle is surprisingly simple: it&amp;rsquo;s all about combining Gaussian blur with color dodge blending.&#xA;The Theory Behind Sketch Effect What characterizes a traditional pencil sketch? Clear lines, strong contrast, white background. In digital image processing, edge detection methods like Sobel operator or Canny algorithm are common.</description>
    </item>
  </channel>
</rss>
