Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laosb/cropimage
A simple SwiftUI view where user can move and resize an image to a pre-defined size.
https://github.com/laosb/cropimage
ios macos swiftui
Last synced: 3 months ago
JSON representation
A simple SwiftUI view where user can move and resize an image to a pre-defined size.
- Host: GitHub
- URL: https://github.com/laosb/cropimage
- Owner: laosb
- License: mit
- Created: 2023-07-21T10:52:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T21:24:12.000Z (6 months ago)
- Last Synced: 2024-10-09T11:19:58.582Z (4 months ago)
- Topics: ios, macos, swiftui
- Language: Swift
- Homepage: https://swiftpackageindex.com/laosb/CropImage
- Size: 584 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CropImage
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Flaosb%2FCropImage%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/laosb/CropImage)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Flaosb%2FCropImage%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/laosb/CropImage)A simple SwiftUI view where user can move and resize an image to a pre-defined size.
Supports iOS 14.0 and above, visionOS 1.0 and above or macOS Ventura 13.0 and above.
- Supports iOS, visionOS and macOS
- Use `ImageRenderer` to render the cropped image, when possible
- Very lightweight
- (Optionally) bring your own crop UIFull documentation is available on [Swift Package Index](https://swiftpackageindex.com/laosb/CropImage/main/documentation/cropimage). Be sure to choose the correct version.
## License
[MIT](./LICENSE)