Windows desktop app for cutting transparent PNG assets from UI mockups and screenshots.
- Latest release: PhotoCutter.exe
- Distribution format: single-file Windows executable (
PhotoCutter.exe)
- Selection tools:
Select,Lasso,Polygon,Shapes - Reusable custom shapes: save, apply, duplicate, paste
- Brush refinement (
Brush +/Brush -) on active selections and cutouts - Inspector preview with optional split compare
- Cutout Gallery for fast visual review
- Export presets, naming options, edge/outline controls
- Project save/load support (
.iusproj)
- Open an image.
- Draw a selection with
Shapes,Lasso, orPolygon. - Click
Commit Cutout. - Optional: save selection as reusable shape.
- Export selected/all cutouts as PNG.
- Windows 10/11
- .NET SDK 8.0.124+ (see
global.json)
dotnet restore .\\solution\\ImageUiSlicer\\ImageUiSlicer.csprojdotnet run --project .\\solution\\ImageUiSlicer\\ImageUiSlicer.csprojdotnet build .\\solution\\ImageUiSlicer\\ImageUiSlicer.csproj -c ReleaseTag and push a semantic version to publish a GitHub Release:
git tag v1.1.1
git push origin v1.1.1Release workflow uploads one asset: PhotoCutter.exe.
Detailed process: docs/RELEASE.md
.github/ # workflows, templates, community standards
docs/ # release guide, changelog, specs, archives
solution/ImageUiSlicer/ # WPF app source and assets
- Contributing: .github/CONTRIBUTING.md
- Security: .github/SECURITY.md
- Changelog: docs/CHANGELOG.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
MIT. See LICENSE.
