{"id":21088060,"url":"https://github.com/dimitryzub/powershell-image-stitcher","last_synced_at":"2026-05-19T03:09:22.641Z","repository":{"id":263310712,"uuid":"889375516","full_name":"dimitryzub/powershell-image-stitcher","owner":"dimitryzub","description":"A PowerShell Image Stitcher GUI Utility","archived":false,"fork":false,"pushed_at":"2024-11-17T18:57:54.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T02:41:21.062Z","etag":null,"topics":["image-processing","image-stitching","imagemagick","powershell","powershell-script","script","utility","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimitryzub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-16T07:56:56.000Z","updated_at":"2024-12-30T22:30:58.000Z","dependencies_parsed_at":"2024-11-17T19:43:02.628Z","dependency_job_id":null,"html_url":"https://github.com/dimitryzub/powershell-image-stitcher","commit_stats":null,"previous_names":["dimitryzub/powershell-image-stitcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimitryzub/powershell-image-stitcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitryzub%2Fpowershell-image-stitcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitryzub%2Fpowershell-image-stitcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitryzub%2Fpowershell-image-stitcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitryzub%2Fpowershell-image-stitcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimitryzub","download_url":"https://codeload.github.com/dimitryzub/powershell-image-stitcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitryzub%2Fpowershell-image-stitcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33200177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-processing","image-stitching","imagemagick","powershell","powershell-script","script","utility","windows"],"created_at":"2024-11-19T21:14:15.530Z","updated_at":"2026-05-19T03:09:22.625Z","avatar_url":"https://github.com/dimitryzub.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"https://github.com/user-attachments/assets/c1e7c5be-6b62-46e5-ba43-aa326d57678e\" width=\"150\" alt=\"disney-stitch-logo\"\u003e\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003e\n  PowerShell Image \u003cins\u003eStitcher\u003c/ins\u003e GUI\n\u003c/h3\u003e\n\n\n___\n1. [Installing](#Installing)\n2. [Usage](#Usage)\n3. [History](#History)\n4. [Possible features](#possible-features)\n\n\n## Installing\n\n1. [Download ImageMagick](https://imagemagick.org/script/download.php#windows). I was using `ImageMagick-\u003cversion\u003e-HDRI-x64-static.exe`\n2. Download [stitch-images-gui.ps1](https://github.com/dimitryzub/powershell-image-stitcher/blob/main/stitch-images-gui.ps1) PowerShell script and place it where you like.\n3. Create a shortcut:\n\u003cimg src=\"https://github.com/user-attachments/assets/9ce096ff-9b6e-432b-b500-1b0aa3d334aa\" alt=\"creating shortcut\" width=\"700\"\u003e\n\nPaste this command to hide the terminal when running the script and change the path to `stitch-images-gui.ps1`:\n```\nC:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -File \"\u003cABSOLUTE_PATH_TO_SHELL_SCRIPT\u003e\\stich-images-gui.ps1\"\n```\n\n## Usage\n\n![image-stitcher-usage](https://github.com/user-attachments/assets/e8600271-4263-4378-9a8d-68998caa348b)\n\n\n## History\n\nI like [ImageMagick](https://www.imagemagick.org/) stitching because of its simplicity and ease of use.\n\nThis tool adds a GUI layer to ImageMagick functionality to easily drag and drop multiple images and stitch them without manually typing paths to each image.\n\nYes, there are a few free tools but they require several clicks to stitch images.\n\n### Possible features\n1. ~~Mosaic AKA [montage](https://sinestesia.co/blog/tutorials/quick-n-easy-mosaics-with-imagemagick/) command via user-defined checkbox.~~ [Implemented](https://github.com/dimitryzub/powershell-image-stitcher/commit/540e73eb5047cca5af164b671ae98124d6333a3d) ✅\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitryzub%2Fpowershell-image-stitcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimitryzub%2Fpowershell-image-stitcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitryzub%2Fpowershell-image-stitcher/lists"}