<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ImageOverlayTool</title><link>https://yhmr.github.io/ImageOverlayTool/en/</link><description>Recent content on ImageOverlayTool</description><generator>Hugo -- 0.154.5</generator><language>en</language><lastBuildDate>Sat, 28 Feb 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://yhmr.github.io/ImageOverlayTool/en/index.xml" rel="self" type="application/rss+xml"/><item><title>Command Line (CLI) Integration Guide</title><link>https://yhmr.github.io/ImageOverlayTool/en/cli-guide/</link><pubDate>Sat, 28 Feb 2026 00:00:00 +0900</pubDate><guid>https://yhmr.github.io/ImageOverlayTool/en/cli-guide/</guid><description>&lt;h1 id="command-line-cli-integration-guide"&gt;Command Line (CLI) Integration Guide&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;ImageOverlayTool&lt;/strong&gt; features powerful command line (CLI) integration capabilities, allowing you to control the initial state from scripts or other applications, or send commands to a running application instance from the outside.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-overview-and-routing-rules"&gt;1. Overview and Routing Rules&lt;/h2&gt;
&lt;p&gt;CLI functions are mainly routed to two subcommands: &lt;strong&gt;&lt;code&gt;startup&lt;/code&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;code&gt;control&lt;/code&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;startup&lt;/code&gt; command&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Used to specify the initial state when &lt;strong&gt;newly launching&lt;/strong&gt; the app.&lt;/li&gt;
&lt;li&gt;Only valid when ImageOverlayTool is not already running.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;control&lt;/code&gt; command&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Used to perform external operations (like adding images or changing opacity) on an &lt;strong&gt;already running&lt;/strong&gt; instance of ImageOverlayTool.&lt;/li&gt;
&lt;li&gt;Results in an error if the app is not running.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="2-startup-options-startup"&gt;2. Startup Options (&lt;code&gt;startup&lt;/code&gt;)&lt;/h2&gt;
&lt;p&gt;You can specify the following options when launching the app.&lt;/p&gt;</description></item><item><title>User Guide</title><link>https://yhmr.github.io/ImageOverlayTool/en/guide/</link><pubDate>Thu, 19 Feb 2026 00:00:00 +0900</pubDate><guid>https://yhmr.github.io/ImageOverlayTool/en/guide/</guid><description>&lt;h1 id="user-guide"&gt;User Guide&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;ImageOverlayTool&lt;/strong&gt; is a desktop application for overlaying and comparing multiple images with precision.
It supports developers&amp;rsquo; image verification work and design comparison tasks.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-installation"&gt;1. Installation&lt;/h2&gt;
&lt;h3 id="download"&gt;Download&lt;/h3&gt;
&lt;p&gt;Get it from &lt;a href="https://apps.microsoft.com/store/detail/9PBQ7VPKTXQ1?cid=DevShareMCLPCS"&gt;Microsoft Store&lt;/a&gt; or download from &lt;a href="https://github.com/yhmr/ImageOverlayTool/releases"&gt;GitHub Releases&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Windows&lt;/strong&gt;: &lt;code&gt;.exe&lt;/code&gt; or &lt;code&gt;.zip&lt;/code&gt; file&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Linux&lt;/strong&gt;: &lt;code&gt;.AppImage&lt;/code&gt; or &lt;code&gt;.deb&lt;/code&gt; file&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="system-requirements"&gt;System Requirements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Windows 10 or later / Linux (Ubuntu 20.04+)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="2-basic-operations"&gt;2. Basic Operations&lt;/h2&gt;
&lt;h3 id="loading-images"&gt;Loading Images&lt;/h3&gt;
&lt;p&gt;There are four ways to load images:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;From file dialog&lt;/strong&gt;: Select &amp;ldquo;Image Settings&amp;rdquo; from the menu (or press &lt;code&gt;Ctrl+I&lt;/code&gt;), then click the &amp;ldquo;Add&amp;rdquo; button to select files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Drag &amp;amp; Drop&lt;/strong&gt;: Drag and drop image files onto the main window or image settings window.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Paste from clipboard&lt;/strong&gt;: Press &lt;code&gt;Ctrl+V&lt;/code&gt; to paste an image from the clipboard (added as a temporary cache image).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Launch from Command Line (CLI)&lt;/strong&gt;: You can pass command-line arguments from a terminal to load images immediately upon startup. For details, please refer to the &lt;a href="https://yhmr.github.io/ImageOverlayTool/en/cli-guide/"&gt;Command Line (CLI) Integration Guide&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="manipulating-images"&gt;Manipulating Images&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Move&lt;/strong&gt;: Drag an image to adjust its position.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Transform&lt;/strong&gt;: Drag the corner anchor points for perspective correction (free transform).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zoom&lt;/strong&gt;: Use the mouse wheel to zoom in and out of the entire stage.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fit-to-screen"&gt;Fit to Screen&lt;/h3&gt;
&lt;p&gt;Use &amp;ldquo;Fit to Screen&amp;rdquo; (&lt;code&gt;Ctrl+F&lt;/code&gt;) from the menu to fit the selected image to the window size.&lt;/p&gt;</description></item><item><title>License Policy</title><link>https://yhmr.github.io/ImageOverlayTool/en/license-policy/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0900</pubDate><guid>https://yhmr.github.io/ImageOverlayTool/en/license-policy/</guid><description>&lt;h1 id="license-policy"&gt;License Policy&lt;/h1&gt;
&lt;h2 id="project-license"&gt;Project License&lt;/h2&gt;
&lt;p&gt;ImageOverlayTool is distributed under:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AGPL-3.0-only&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See the full text in &lt;code&gt;LICENSE&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="what-this-means-for-redistribution"&gt;What This Means for Redistribution&lt;/h2&gt;
&lt;p&gt;If you distribute this software (including modified versions), you must follow AGPL obligations, including source code availability requirements.&lt;/p&gt;
&lt;h2 id="commercial--store-distribution-note"&gt;Commercial / Store Distribution Note&lt;/h2&gt;
&lt;p&gt;AGPL can be used for commercial distribution, but distribution method and obligations must remain compliant.&lt;br&gt;
If your store/business model has legal constraints, review AGPL requirements with legal counsel before release.&lt;/p&gt;</description></item><item><title>Privacy Policy</title><link>https://yhmr.github.io/ImageOverlayTool/en/privacy-policy/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0900</pubDate><guid>https://yhmr.github.io/ImageOverlayTool/en/privacy-policy/</guid><description>&lt;h1 id="privacy-policy"&gt;Privacy Policy&lt;/h1&gt;
&lt;p&gt;Effective date: 2026-02-13&lt;/p&gt;
&lt;h2 id="1-overview"&gt;1. Overview&lt;/h2&gt;
&lt;p&gt;ImageOverlayTool is a desktop application for overlaying, comparing, and adjusting multiple images.&lt;br&gt;
This application is designed for local/offline use and does not provide a built-in account system.&lt;/p&gt;
&lt;h2 id="2-data-we-process"&gt;2. Data We Process&lt;/h2&gt;
&lt;p&gt;The app may process the following data on your device:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Image files you open in the app&lt;/li&gt;
&lt;li&gt;Project files (&lt;code&gt;.iot&lt;/code&gt;) you save/load&lt;/li&gt;
&lt;li&gt;Local settings such as language, window size/position, and UI preferences&lt;/li&gt;
&lt;li&gt;Local application logs (when logging is enabled by your usage)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="3-data-collection-and-transmission"&gt;3. Data Collection and Transmission&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The app does not send your project/image data to the developer&amp;rsquo;s server by default.&lt;/li&gt;
&lt;li&gt;The app does not include built-in analytics or ad tracking.&lt;/li&gt;
&lt;li&gt;Data is processed and stored locally on your device unless you explicitly export/share files.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="4-local-storage"&gt;4. Local Storage&lt;/h2&gt;
&lt;p&gt;The app stores configuration and operational data in OS-managed local application directories.&lt;br&gt;
You can remove this data by uninstalling the app and deleting app data folders from your OS profile.&lt;/p&gt;</description></item><item><title>Support</title><link>https://yhmr.github.io/ImageOverlayTool/en/support/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0900</pubDate><guid>https://yhmr.github.io/ImageOverlayTool/en/support/</guid><description>&lt;h1 id="support"&gt;Support&lt;/h1&gt;
&lt;h2 id="contact"&gt;Contact&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Email: &lt;code&gt;yhmr.develop@gmail.com&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-to-include-in-a-support-request"&gt;What to Include in a Support Request&lt;/h2&gt;
&lt;p&gt;To reduce turnaround time, include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;App version&lt;/li&gt;
&lt;li&gt;OS and version&lt;/li&gt;
&lt;li&gt;Reproduction steps&lt;/li&gt;
&lt;li&gt;Expected behavior and actual behavior&lt;/li&gt;
&lt;li&gt;Sample &lt;code&gt;.iot&lt;/code&gt; file or screenshot (if shareable)&lt;/li&gt;
&lt;li&gt;Exported app logs (if available)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-to-export-logs"&gt;How to Export Logs&lt;/h2&gt;
&lt;p&gt;Use &amp;ldquo;Export Logs&amp;rdquo; from the menu (shortcut: &lt;code&gt;Ctrl+Shift+L&lt;/code&gt;) to export log files, and attach them when reporting issues.&lt;/p&gt;
&lt;h2 id="issue-categories"&gt;Issue Categories&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug report: incorrect behavior, crash, freeze, data corruption risk&lt;/li&gt;
&lt;li&gt;Feature request: workflow improvements, new tools, UI changes&lt;/li&gt;
&lt;li&gt;Store/compliance question: policy, licensing, privacy, support process&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="response-scope"&gt;Response Scope&lt;/h2&gt;
&lt;p&gt;Support is provided on a best-effort basis.&lt;br&gt;
Critical issues (data-loss or crash-related) are prioritized.&lt;/p&gt;</description></item></channel></rss>