Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjuly/kyimageprocessor
The image processing foundation of KYPhotoPicker.
https://github.com/kjuly/kyimageprocessor
image ios macos processing swift watchos
Last synced: about 2 months ago
JSON representation
The image processing foundation of KYPhotoPicker.
- Host: GitHub
- URL: https://github.com/kjuly/kyimageprocessor
- Owner: Kjuly
- License: mit
- Created: 2023-11-26T07:05:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T07:07:35.000Z (about 1 year ago)
- Last Synced: 2024-11-30T12:21:28.569Z (2 months ago)
- Topics: image, ios, macos, processing, swift, watchos
- Language: Swift
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KYImageProcessor
The image processing foundation of KYPhotoPicker.[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKjuly%2FKYImageProcessor%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/Kjuly/KYImageProcessor)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKjuly%2FKYImageProcessor%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/Kjuly/KYImageProcessor)
![macOS][macOS-Badge] ![iOS][iOS-Badge] ![watchOS][watchOS-Badge]
[![SPM][SPM-Badge]][SPM-Link] [![CocoaPods][CocoaPods-Badge]][CocoaPods-Link] [![Carthage][Carthage-Badge]][Carthage-Link][macOS-Badge]: https://img.shields.io/badge/macOS-12.0%2B-blue?labelColor=00367A&color=3081D0
[iOS-Badge]: https://img.shields.io/badge/iOS-15.5%2B-blue?labelColor=00367A&color=3081D0
[watchOS-Badge]: https://img.shields.io/badge/watchOS-6.0%2B-blue?labelColor=00367A&color=3081D0[SPM-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYImageProcessor?label=SPM&labelColor=2F4858&color=A8DF8E
[SPM-Link]: https://swiftpackageindex.com/Kjuly/KYImageProcessor
[CocoaPods-Badge]: https://img.shields.io/cocoapods/v/KYImageProcessor?label=CocoaPods&labelColor=2F4858&color=A8DF8E
[CocoaPods-Link]: https://cocoapods.org/pods/KYImageProcessor
[Carthage-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYImageProcessor?label=Carthage&labelColor=2F4858&color=A8DF8E
[Carthage-Link]: https://swiftpackageindex.com/Kjuly/KYImageProcessor## Installation
See the following subsections for details on the different installation methods.
- [Swift Package Manager](INSTALLATION.md#swift-package-manager)
- [CocoaPods](INSTALLATION.md#cocoaPods)
- [Carthage](INSTALLATION.md#carthage)
- [Submodule](INSTALLATION.md#submodule)