Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/data-miner00/imagesquared
Square an image
https://github.com/data-miner00/imagesquared
wpf
Last synced: 2 days ago
JSON representation
Square an image
- Host: GitHub
- URL: https://github.com/data-miner00/imagesquared
- Owner: data-miner00
- License: wtfpl
- Created: 2024-10-19T03:46:07.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T14:00:38.000Z (3 days ago)
- Last Synced: 2025-01-11T15:18:35.534Z (3 days ago)
- Topics: wpf
- Language: C#
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImageSquared
Squaring an image by adding padding, not by rescaling.
## Roadmaps
- [ ] Create CLI
- [ ] Create WebApp
- [ ] Maintain a history list
- [ ] Add custom padding before squaring
- [ ] Refactor Styles## References
- [Easiest way of saving wpf Image control to a file](https://stackoverflow.com/questions/10470841/easiest-way-of-saving-wpf-image-control-to-a-file)
- [Editing Images in WPF / C# / .NET](https://nerdparadise.com/programming/csharpimageediting)
- [C# WPF Tutorial](https://www.youtube.com/playlist?list=PLih2KERbY1HHOOJ2C6FOrVXIwg4AZ-hk1)