Skip to content

Update bump#65

Merged
TheJoeFin merged 10 commits intomainfrom
update-bump
Mar 4, 2026
Merged

Update bump#65
TheJoeFin merged 10 commits intomainfrom
update-bump

Conversation

@TheJoeFin
Copy link
Owner

@TheJoeFin TheJoeFin commented Mar 4, 2026

  • add the ability to extract the center item from the background
  • update packages

The source file is now renamed to its filename without extension
before being set as the suggested save file, ensuring consistent
naming in the file picker dialog.
Enable the app to receive images via the Windows Share UI by declaring share target support in the manifest and handling share activation. Shared images are copied to a temp folder and loaded automatically on launch. CLI argument loading is now secondary to share activation.
Introduced "Remove Background (AI)" feature leveraging Windows on-device AI (ImageObjectExtractor) to extract the main object from images. Added BackgroundRemoverHelper for model availability checks and background removal logic. Implemented RemoveBackgroundDialog for before/after previews and user interaction. Updated MainViewModel and MainPage to integrate the new command and menu item. Increased Windows SDK/TargetPlatformVersion to 10.0.26100.0 and added systemAIModels capability in the manifest. Registered new dialog and updated project files for compatibility and consistency.
- Use the entire image as the region of interest for background removal instead of a central crop.
- Invert the mask before applying it as alpha to correct background/foreground handling.
- Store the result image path in RemoveBackgroundDialog only after user confirmation.
- Add explicit PrimaryButtonClick handling for result commitment.
- Refactor dialog loading logic for clearer error handling and UI state management.
@TheJoeFin TheJoeFin added the enhancement New feature or request label Mar 4, 2026
Copilot AI and others added 3 commits March 4, 2026 02:48
…avoid wapproj issues

Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
Fix CI build failures for WinAppSDK project
@TheJoeFin TheJoeFin merged commit 6a12709 into main Mar 4, 2026
1 check passed
@TheJoeFin TheJoeFin deleted the update-bump branch March 4, 2026 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants