https://github.com/XMLHexagram/GifskiFramework
Gifski for iOS, macOS, watchOS and tvOS packed in XCFramework and SPM.
https://github.com/XMLHexagram/GifskiFramework
gif gifski gifski-gif gifski-swift ios macos swift tvos watchos
Last synced: about 2 months ago
JSON representation
Gifski for iOS, macOS, watchOS and tvOS packed in XCFramework and SPM.
- Host: GitHub
- URL: https://github.com/XMLHexagram/GifskiFramework
- Owner: XMLHexagram
- License: mit
- Created: 2023-09-01T12:06:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T07:07:57.000Z (over 1 year ago)
- Last Synced: 2024-10-23T22:18:13.107Z (6 months ago)
- Topics: gif, gifski, gifski-gif, gifski-swift, ios, macos, swift, tvos, watchos
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GifskiFramework
Gifski for iOS, macOS, watchOS and tvOS packed in XCFramework and SPM.If you're looking for origin Rust library, check out [gifski](https://github.com/ImageOptim/gifski).
## Installation
### Xcode (SPM)
1. Install latest Xcode
2. Add `https://github.com/XMLHexagram/GifskiFramework` as SPM dependency in `Project > Swift Packages`.
This could take a while cause it downloads ~60mb zip file with xcframework.
3. Add `GifskiFramework` as your target dependency.
4. `import Gifski` in your code.
5. enjoy coding!## Releases
You can find latest releases at [Releases](https://github.com/XMLHexagram/GifskiFramework/releases) page.
## Credits
## License
Code in this repo is under [MIT](LICENSE).
But please pay attention the origin library [gifski](https://github.com/ImageOptim/gifski) is under AGPL 3 or later / alternative commercial licenses. Checkout [gifski#license](https://github.com/ImageOptim/gifski#license) for more information.