- Notifications
You must be signed in to change notification settings - Fork2
SDWebImage/libjxl-Xcode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A wrapper forlibjxl + Xcode project.
This enables Carthage support.
This also contains the Swift Package Manager support.
- iOS 9+
- macOS 10.11+
- tvOS 9.0+
- watchOS 2.0+
- visionOS 1.0+
- v0.10.0 will compile failed on watchOS simulator because of missing C++ thread_local(See:libjxl/libjxl#3345). Build watchOS armv7k/arm64_32 and test on device instead.
libjxl is available throughCocoaPods. To install it, simply add the following line to your Podfile:
pod'libjxl'
libjxl is (via this repo) available throughCarthage.
github "SDWebImage/libjxl-Xcode"Libjxl is available throughSwift Package Manager.
letpackage=Package( dependencies:[.package(url:"https://github.com/SDWebImage/libjxl-Xcode", from:"0.10.0")], // ...)
Use libjxl as you would normally, this is just a repo that adds an Xcode proj.
For Swift Package Manager user, it's recommended to use the modular import instead of C headers.
- Objective-C
@import libjxl;// or if you don't use module#import<jxl/decode.h>#import<jxl/encode.h>
- Swift
import libjxllibjxl is available under the BSD 3-Clause license. Seethe LICENSE file for more info.
About
A wrapper for libjxl (JPEG-XL) with Xcode project. Support Carthage && CocoaPods && SwiftPM.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published