Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanfordbdhg/imagesource
A Swift Package to easily get images from the camera and photos picker in SwiftUI
https://github.com/stanfordbdhg/imagesource
camera imagegallery photopicker swift swiftui
Last synced: about 1 month ago
JSON representation
A Swift Package to easily get images from the camera and photos picker in SwiftUI
- Host: GitHub
- URL: https://github.com/stanfordbdhg/imagesource
- Owner: StanfordBDHG
- License: mit
- Created: 2023-03-01T17:54:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T23:29:11.000Z (almost 2 years ago)
- Last Synced: 2023-08-23T23:33:49.161Z (over 1 year ago)
- Topics: camera, imagegallery, photopicker, swift, swiftui
- Language: Swift
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ImageSource
[![Build and Test](https://github.com/StanfordBDHG/ImageSource/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/StanfordBDHG/ImageSource/actions/workflows/build-and-test.yml)
## Installation
The project can be added to your Xcode project or Swift Package using the [Swift Package Manager](https://github.com/apple/swift-package-manager).
**Xcode:** For an Xcode project, follow the instructions on [adding package dependencies to your app](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).
**Swift Package:** You can follow the [Swift Package Manager documentation about defining dependencies](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#defining-dependencies) to add this project as a dependency to your Swift Package.
## License
This project is licensed under the MIT License. See [Licenses](https://github.com/StanfordBDHG/ImageSource/tree/main/LICENSES) for more information.## Contributors
This project is developed as part of the Stanford Byers Center for Biodesign at Stanford University.
See [CONTRIBUTORS.md](https://github.com/StanfordBDHG/ImageSource/tree/main/CONTRIBUTORS.md) for a full list of all ImageSource contributors.![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-light.png#gh-light-mode-only)
![Stanford Byers Center for Biodesign Logo](https://raw.githubusercontent.com/StanfordBDHG/.github/main/assets/biodesign-footer-dark.png#gh-dark-mode-only)