{"id":28559001,"url":"https://github.com/sdwebimage/libjxl-xcode","last_synced_at":"2025-06-17T22:38:08.382Z","repository":{"id":224505907,"uuid":"762188501","full_name":"SDWebImage/libjxl-Xcode","owner":"SDWebImage","description":"A wrapper for libjxl (JPEG-XL) with Xcode project. Support Carthage \u0026\u0026 CocoaPods \u0026\u0026 SwiftPM.","archived":false,"fork":false,"pushed_at":"2025-02-26T08:04:13.000Z","size":51,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T14:21:56.377Z","etag":null,"topics":["ios","jpeg","jpeg-xl","swift-package-manager","tvos","visionos","watchos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SDWebImage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-23T09:07:23.000Z","updated_at":"2025-02-26T08:03:23.000Z","dependencies_parsed_at":"2024-03-06T17:24:29.974Z","dependency_job_id":"1f10ed96-a09c-460a-94bf-fecad6db7b32","html_url":"https://github.com/SDWebImage/libjxl-Xcode","commit_stats":null,"previous_names":["sdwebimage/libjxl-xcode"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SDWebImage/libjxl-Xcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibjxl-Xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibjxl-Xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibjxl-Xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibjxl-Xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SDWebImage","download_url":"https://codeload.github.com/SDWebImage/libjxl-Xcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibjxl-Xcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260452697,"owners_count":23011537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","jpeg","jpeg-xl","swift-package-manager","tvos","visionos","watchos"],"created_at":"2025-06-10T08:35:52.166Z","updated_at":"2025-06-17T22:38:03.364Z","avatar_url":"https://github.com/SDWebImage.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libjxl + Xcode\n\nA wrapper for [libjxl](https://github.com/libjxl/libjxl) + Xcode project.\n\nThis enables Carthage support.\n\nThis also contains the Swift Package Manager support.\n\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/libjxl-Xcode)\n[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)\n\n## Platforms\n\n+ iOS 9+\n+ macOS 10.11+\n+ tvOS 9.0+\n+ watchOS 2.0+\n+ visionOS 1.0+\n\n## Notes\n\n1. v0.10.0 will compile failed on watchOS simulator because of missing C++ thread_local(See: https://github.com/libjxl/libjxl/issues/3345). Build watchOS armv7k/arm64_32 and test on device instead.\n\n\n## Installation\n\n#### CocoaPods\n\nlibjxl is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:\n\n```ruby\npod 'libjxl'\n```\n\n### Carthage\n\nlibjxl is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).\n\n```\ngithub \"SDWebImage/libjxl-Xcode\"\n```\n\n### SwiftPM\n\nLibjxl is available through [Swift Package Manager](https://swift.org/documentation/package-manager/).\n\n```swift\nlet package = Package(\n    dependencies: [\n        .package(url: \"https://github.com/SDWebImage/libjxl-Xcode\", from: \"0.10.0\")\n    ],\n    // ...\n)\n```\n\n## Usage\n\nUse libjxl as you would normally, this is just a repo that adds an Xcode proj.\n\nFor Swift Package Manager user, it's recommended to use the modular import instead of C headers.\n\n+ Objective-C\n\n```objective-c\n@import libjxl;\n// or if you don't use module\n#import \u003cjxl/decode.h\u003e\n#import \u003cjxl/encode.h\u003e\n```\n\n+ Swift\n\n```swift\nimport libjxl\n```\n\n## License\n\nlibjxl is available under the BSD 3-Clause license. See [the LICENSE file](https://github.com/libjxl/libjxl/blob/main/LICENSE) for more info.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibjxl-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwebimage%2Flibjxl-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibjxl-xcode/lists"}