Skip to content

Commit 3fd9b18

Browse files
committed
initial release
1 parent 064a9a8 commit 3fd9b18

16 files changed

+562
-9
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
.idea
92+
vendor

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem 'cocoapods', '>= 1.10.2'
4+
gem 'cocoapods-keys'
5+
gem 'cocoapods-catalyst-support'

Gemfile.lock

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.6)
5+
rexml
6+
activesupport (7.0.7.2)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
addressable (2.8.5)
12+
public_suffix (>= 2.0.2, < 6.0)
13+
algoliasearch (1.27.5)
14+
httpclient (~> 2.8, >= 2.8.3)
15+
json (>= 1.5.1)
16+
atomos (0.1.3)
17+
claide (1.1.0)
18+
cocoapods (1.12.1)
19+
addressable (~> 2.8)
20+
claide (>= 1.0.2, < 2.0)
21+
cocoapods-core (= 1.12.1)
22+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23+
cocoapods-downloader (>= 1.6.0, < 2.0)
24+
cocoapods-plugins (>= 1.0.0, < 2.0)
25+
cocoapods-search (>= 1.0.0, < 2.0)
26+
cocoapods-trunk (>= 1.6.0, < 2.0)
27+
cocoapods-try (>= 1.1.0, < 2.0)
28+
colored2 (~> 3.1)
29+
escape (~> 0.0.4)
30+
fourflusher (>= 2.3.0, < 3.0)
31+
gh_inspector (~> 1.0)
32+
molinillo (~> 0.8.0)
33+
nap (~> 1.0)
34+
ruby-macho (>= 2.3.0, < 3.0)
35+
xcodeproj (>= 1.21.0, < 2.0)
36+
cocoapods-catalyst-support (0.2.1)
37+
cocoapods (~> 1.9)
38+
colored2 (~> 3.1)
39+
cocoapods-core (1.12.1)
40+
activesupport (>= 5.0, < 8)
41+
addressable (~> 2.8)
42+
algoliasearch (~> 1.0)
43+
concurrent-ruby (~> 1.1)
44+
fuzzy_match (~> 2.0.4)
45+
nap (~> 1.0)
46+
netrc (~> 0.11)
47+
public_suffix (~> 4.0)
48+
typhoeus (~> 1.0)
49+
cocoapods-deintegrate (1.0.5)
50+
cocoapods-downloader (1.6.3)
51+
cocoapods-keys (2.3.1)
52+
dotenv
53+
ruby-keychain
54+
cocoapods-plugins (1.0.0)
55+
nap
56+
cocoapods-search (1.0.1)
57+
cocoapods-trunk (1.6.0)
58+
nap (>= 0.8, < 2.0)
59+
netrc (~> 0.11)
60+
cocoapods-try (1.2.0)
61+
colored2 (3.1.2)
62+
concurrent-ruby (1.2.2)
63+
dotenv (2.8.1)
64+
escape (0.0.4)
65+
ethon (0.16.0)
66+
ffi (>= 1.15.0)
67+
ffi (1.15.5)
68+
fourflusher (2.3.1)
69+
fuzzy_match (2.0.4)
70+
gh_inspector (1.1.3)
71+
httpclient (2.8.3)
72+
i18n (1.14.1)
73+
concurrent-ruby (~> 1.0)
74+
json (2.6.3)
75+
minitest (5.19.0)
76+
molinillo (0.8.0)
77+
nanaimo (0.3.0)
78+
nap (1.1.0)
79+
netrc (0.11.0)
80+
og-corefoundation (0.2.3)
81+
ffi
82+
public_suffix (4.0.7)
83+
rexml (3.2.6)
84+
ruby-keychain (0.4.0)
85+
ffi
86+
og-corefoundation (~> 0.2.0)
87+
ruby-macho (2.5.1)
88+
typhoeus (1.4.0)
89+
ethon (>= 0.9.0)
90+
tzinfo (2.0.6)
91+
concurrent-ruby (~> 1.0)
92+
xcodeproj (1.22.0)
93+
CFPropertyList (>= 2.3.3, < 4.0)
94+
atomos (~> 0.1.3)
95+
claide (>= 1.0.2, < 2.0)
96+
colored2 (~> 3.1)
97+
nanaimo (~> 0.3.0)
98+
rexml (~> 3.2.4)
99+
100+
PLATFORMS
101+
arm64-darwin-22
102+
103+
DEPENDENCIES
104+
cocoapods (>= 1.10.2)
105+
cocoapods-catalyst-support
106+
cocoapods-keys
107+
108+
BUNDLED WITH
109+
2.4.13

Jxl Coder.xcodeproj/project.pbxproj

+72
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
D341F4C72A97FC29003A496C /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D341F4C62A97FC29003A496C /* ContentView.swift */; };
1212
D341F4C92A97FC2A003A496C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D341F4C82A97FC2A003A496C /* Assets.xcassets */; };
1313
D341F4CC2A97FC2A003A496C /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D341F4CB2A97FC2A003A496C /* Preview Assets.xcassets */; };
14+
D3B84ACC2A9C580800DAFE87 /* Nuke in Frameworks */ = {isa = PBXBuildFile; productRef = D3B84ACB2A9C580800DAFE87 /* Nuke */; };
15+
D3B84ACE2A9C580800DAFE87 /* NukeUI in Frameworks */ = {isa = PBXBuildFile; productRef = D3B84ACD2A9C580800DAFE87 /* NukeUI */; };
16+
D3B84AD02A9C581500DAFE87 /* JxlNukePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3B84ACF2A9C581500DAFE87 /* JxlNukePlugin.swift */; };
17+
D3B84AD32A9C58EB00DAFE87 /* SDWebImage in Frameworks */ = {isa = PBXBuildFile; productRef = D3B84AD22A9C58EB00DAFE87 /* SDWebImage */; };
18+
D3B84AD52A9C591600DAFE87 /* JxlSDWebImageCoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3B84AD42A9C591600DAFE87 /* JxlSDWebImageCoder.swift */; };
1419
D3D2B9EB2A9BACF100EBB7A9 /* libjxl_threads.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3D2B9E62A9BACF000EBB7A9 /* libjxl_threads.xcframework */; };
1520
D3D2B9EC2A9BACF100EBB7A9 /* libbrotlidec.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3D2B9E72A9BACF000EBB7A9 /* libbrotlidec.xcframework */; };
1621
D3D2B9EE2A9BACF100EBB7A9 /* libbrotlienc.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3D2B9E92A9BACF100EBB7A9 /* libbrotlienc.xcframework */; };
@@ -33,6 +38,10 @@
3338
D341F4C62A97FC29003A496C /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
3439
D341F4C82A97FC2A003A496C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3540
D341F4CB2A97FC2A003A496C /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
41+
D3B84ACF2A9C581500DAFE87 /* JxlNukePlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JxlNukePlugin.swift; sourceTree = "<group>"; };
42+
D3B84AD42A9C591600DAFE87 /* JxlSDWebImageCoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JxlSDWebImageCoder.swift; sourceTree = "<group>"; };
43+
D3B84AD62A9C5FE700DAFE87 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
44+
D3B84AD72A9C636E00DAFE87 /* JXLCoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JXLCoder.h; sourceTree = "<group>"; };
3645
D3D2B9E62A9BACF000EBB7A9 /* libjxl_threads.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libjxl_threads.xcframework; sourceTree = "<group>"; };
3746
D3D2B9E72A9BACF000EBB7A9 /* libbrotlidec.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libbrotlidec.xcframework; sourceTree = "<group>"; };
3847
D3D2B9E92A9BACF100EBB7A9 /* libbrotlienc.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libbrotlienc.xcframework; sourceTree = "<group>"; };
@@ -63,9 +72,12 @@
6372
D3D2BA102A9BDADA00EBB7A9 /* Accelerate.framework in Frameworks */,
6473
D3D2B9EF2A9BACF100EBB7A9 /* libbrotlicommon.xcframework in Frameworks */,
6574
D3D2B9EC2A9BACF100EBB7A9 /* libbrotlidec.xcframework in Frameworks */,
75+
D3B84AD32A9C58EB00DAFE87 /* SDWebImage in Frameworks */,
6676
D3D2B9EB2A9BACF100EBB7A9 /* libjxl_threads.xcframework in Frameworks */,
6777
D3D2B9FA2A9BAEB600EBB7A9 /* libhwy.xcframework in Frameworks */,
78+
D3B84ACE2A9C580800DAFE87 /* NukeUI in Frameworks */,
6879
D3D2B9F82A9BAE1C00EBB7A9 /* libjxl.xcframework in Frameworks */,
80+
D3B84ACC2A9C580800DAFE87 /* Nuke in Frameworks */,
6981
);
7082
runOnlyForDeploymentPostprocessing = 0;
7183
};
@@ -75,6 +87,8 @@
7587
D341F4B82A97FC29003A496C = {
7688
isa = PBXGroup;
7789
children = (
90+
D3B84AD42A9C591600DAFE87 /* JxlSDWebImageCoder.swift */,
91+
D3B84ACF2A9C581500DAFE87 /* JxlNukePlugin.swift */,
7892
D341F4D22A97FC5A003A496C /* Sources */,
7993
D341F4C32A97FC29003A496C /* Jxl Coder */,
8094
D341F4C22A97FC29003A496C /* Products */,
@@ -114,13 +128,23 @@
114128
D341F4D22A97FC5A003A496C /* Sources */ = {
115129
isa = PBXGroup;
116130
children = (
131+
D3B84AD82A9C671900DAFE87 /* Module */,
117132
D3D2B9FE2A9BB4A800EBB7A9 /* JxlCoder */,
118133
D3D2B9F02A9BAD0600EBB7A9 /* jxlc */,
119134
D3D2B9E52A9BACCE00EBB7A9 /* Frameworks */,
120135
);
121136
path = Sources;
122137
sourceTree = "<group>";
123138
};
139+
D3B84AD82A9C671900DAFE87 /* Module */ = {
140+
isa = PBXGroup;
141+
children = (
142+
D3B84AD62A9C5FE700DAFE87 /* module.modulemap */,
143+
D3B84AD72A9C636E00DAFE87 /* JXLCoder.h */,
144+
);
145+
path = Module;
146+
sourceTree = "<group>";
147+
};
124148
D3D2B9E52A9BACCE00EBB7A9 /* Frameworks */ = {
125149
isa = PBXGroup;
126150
children = (
@@ -198,6 +222,11 @@
198222
dependencies = (
199223
);
200224
name = "Jxl Coder";
225+
packageProductDependencies = (
226+
D3B84ACB2A9C580800DAFE87 /* Nuke */,
227+
D3B84ACD2A9C580800DAFE87 /* NukeUI */,
228+
D3B84AD22A9C58EB00DAFE87 /* SDWebImage */,
229+
);
201230
productName = "Jxl Coder";
202231
productReference = D341F4C12A97FC29003A496C /* Jxl Coder.app */;
203232
productType = "com.apple.product-type.application";
@@ -227,6 +256,10 @@
227256
Base,
228257
);
229258
mainGroup = D341F4B82A97FC29003A496C;
259+
packageReferences = (
260+
D3B84ACA2A9C580800DAFE87 /* XCRemoteSwiftPackageReference "Nuke" */,
261+
D3B84AD12A9C58EB00DAFE87 /* XCRemoteSwiftPackageReference "SDWebImage" */,
262+
);
230263
productRefGroup = D341F4C22A97FC29003A496C /* Products */;
231264
projectDirPath = "";
232265
projectRoot = "";
@@ -257,10 +290,12 @@
257290
files = (
258291
D3D2B9F52A9BAD6A00EBB7A9 /* JXLCPlusCoder.mm in Sources */,
259292
D3D2BA092A9BD1B600EBB7A9 /* JXLSystemImage.mm in Sources */,
293+
D3B84AD52A9C591600DAFE87 /* JxlSDWebImageCoder.swift in Sources */,
260294
D3D2B9FD2A9BAEF300EBB7A9 /* jxl_worker.cpp in Sources */,
261295
D3D2BA002A9BB4AF00EBB7A9 /* JXLCoder.swift in Sources */,
262296
D3D2BA022A9BB50F00EBB7A9 /* JXLSupport.swift in Sources */,
263297
D341F4C72A97FC29003A496C /* ContentView.swift in Sources */,
298+
D3B84AD02A9C581500DAFE87 /* JxlNukePlugin.swift in Sources */,
264299
D341F4C52A97FC29003A496C /* Jxl_CoderApp.swift in Sources */,
265300
);
266301
runOnlyForDeploymentPostprocessing = 0;
@@ -465,6 +500,43 @@
465500
defaultConfigurationName = Release;
466501
};
467502
/* End XCConfigurationList section */
503+
504+
/* Begin XCRemoteSwiftPackageReference section */
505+
D3B84ACA2A9C580800DAFE87 /* XCRemoteSwiftPackageReference "Nuke" */ = {
506+
isa = XCRemoteSwiftPackageReference;
507+
repositoryURL = "https://github.com/kean/Nuke";
508+
requirement = {
509+
kind = upToNextMajorVersion;
510+
minimumVersion = 12.0.0;
511+
};
512+
};
513+
D3B84AD12A9C58EB00DAFE87 /* XCRemoteSwiftPackageReference "SDWebImage" */ = {
514+
isa = XCRemoteSwiftPackageReference;
515+
repositoryURL = "https://github.com/SDWebImage/SDWebImage.git";
516+
requirement = {
517+
kind = upToNextMajorVersion;
518+
minimumVersion = 5.0.0;
519+
};
520+
};
521+
/* End XCRemoteSwiftPackageReference section */
522+
523+
/* Begin XCSwiftPackageProductDependency section */
524+
D3B84ACB2A9C580800DAFE87 /* Nuke */ = {
525+
isa = XCSwiftPackageProductDependency;
526+
package = D3B84ACA2A9C580800DAFE87 /* XCRemoteSwiftPackageReference "Nuke" */;
527+
productName = Nuke;
528+
};
529+
D3B84ACD2A9C580800DAFE87 /* NukeUI */ = {
530+
isa = XCSwiftPackageProductDependency;
531+
package = D3B84ACA2A9C580800DAFE87 /* XCRemoteSwiftPackageReference "Nuke" */;
532+
productName = NukeUI;
533+
};
534+
D3B84AD22A9C58EB00DAFE87 /* SDWebImage */ = {
535+
isa = XCSwiftPackageProductDependency;
536+
package = D3B84AD12A9C58EB00DAFE87 /* XCRemoteSwiftPackageReference "SDWebImage" */;
537+
productName = SDWebImage;
538+
};
539+
/* End XCSwiftPackageProductDependency section */
468540
};
469541
rootObject = D341F4B92A97FC29003A496C /* Project object */;
470542
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "nuke",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/kean/Nuke",
7+
"state" : {
8+
"revision" : "3f666f120b63ea7de57d42e9a7c9b47f8e7a290b",
9+
"version" : "12.1.6"
10+
}
11+
},
12+
{
13+
"identity" : "sdwebimage",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/SDWebImage/SDWebImage.git",
16+
"state" : {
17+
"revision" : "633996a807442ec28df9d33b0f88ce57a0e2fdbf",
18+
"version" : "5.17.0"
19+
}
20+
}
21+
],
22+
"version" : 2
23+
}

JxlCoder.podspec

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'JxlCoder'
3+
s.version = '1.0.0'
4+
s.summary = 'JXL coder for iOS and MacOS'
5+
s.description = 'Provides support for JXL files in iOS and MacOS'
6+
s.homepage = 'https://github.com/awxkee/jxl-coder-swift'
7+
s.license = { :type => 'BSD-3', :file => 'LICENSE' }
8+
s.author = { 'username' => '[email protected]' }
9+
s.source = { :git => 'https://github.com/awxkee/jxl-coder-swift', :tag => "#{s.version}" }
10+
s.ios.deployment_target = '11.0'
11+
s.osx.deployment_target = '11.0'
12+
s.source_files = 'Sources/jxlc/*.{swift,h,m,cpp,mm,hpp}', "Sources/JxlCoder/*.swift", 'Sources/Module/JxlCoder.h', 'Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/**/*.h'
13+
s.swift_version = "5.4"
14+
s.frameworks = "Foundation", "CoreGraphics", "Accelerate"
15+
s.ios.vendored_frameworks = 'Sources/Frameworks/libbrotlicommon.xcframework', 'Sources/Frameworks/libbrotlidec.xcframework', 'Sources/Frameworks/libbrotlienc.xcframework', 'Sources/Frameworks/libhwy.xcframework', 'Sources/Frameworks/libjxl.xcframework', 'Sources/Frameworks/libjxl_threads.xcframework'
16+
s.osx.vendored_frameworks = 'Sources/Frameworks/libbrotlicommon.xcframework', 'Sources/Frameworks/libbrotlidec.xcframework', 'Sources/Frameworks/libbrotlienc.xcframework', 'Sources/Frameworks/libhwy.xcframework', 'Sources/Frameworks/libjxl.xcframework', 'Sources/Frameworks/libjxl_threads.xcframework'
17+
#s.module_map = 'Sources/Module/module.modulemap'
18+
s.public_header_files = 'Sources/jxlc/**.h', 'Sources/jxlc/**.hpp', 'Headers/**/*.h'
19+
s.project_header_files = 'Sources/jxlc/jxl_worker.hpp'
20+
s.pod_target_xcconfig = {
21+
'OTHER_CXXFLAGS' => '$(inherited) -std=c++20',
22+
'HEADER_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers',
23+
'OTHER_CPLUSPLUSFLAGS' => '$(inherited) -fmodules -fcxx-modules'
24+
}
25+
s.preserve_paths = "Sources/Frameworks/*.xcframework", "Sources/Frameworks/*.xcframework/**/Headers", "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jxl", "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jpegli"
26+
s.libraries = 'c++'
27+
s.requires_arc = true
28+
end

JxlNukePlugin.swift

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
//
2+
// JxlNukePlugin.swift
3+
// Jxl Coder
4+
//
5+
// Created by Radzivon Bartoshyk on 28/08/2023.
6+
//
7+
8+
import Foundation
9+
import Nuke
10+
#if canImport(JxlCoder)
11+
import JxlCoder
12+
#endif
13+
14+
public final class JxlNukePlugin: Nuke.ImageDecoding {
15+
16+
public init() {
17+
}
18+
19+
public func decode(_ data: Data) throws -> ImageContainer {
20+
guard try JXLCoder.isJXL(data: data) else { throw JxlNukePluginDecodeError(failureReason: "Provided data is not JXL") }
21+
let image = try JXLCoder.decode(data: data)
22+
return ImageContainer(image: image)
23+
}
24+
25+
public func decodePartiallyDownloadedData(_ data: Data) -> ImageContainer? {
26+
return nil
27+
}
28+
29+
public struct JxlNukePluginDecodeError: LocalizedError, CustomNSError {
30+
public var errorDescription: String {
31+
"JXL file cannot be decoded"
32+
}
33+
34+
public var failureReason: String
35+
36+
public var errorUserInfo: [String : Any] {
37+
[NSLocalizedDescriptionKey: "JXL file cannot be decoded", NSLocalizedFailureErrorKey: failureReason]
38+
}
39+
}
40+
}
41+
42+
// MARK: - check JXL format data.
43+
extension JxlNukePlugin {
44+
45+
public static func enable() {
46+
Nuke.ImageDecoderRegistry.shared.register { (context) -> ImageDecoding? in
47+
JxlNukePlugin.enable(context: context)
48+
}
49+
}
50+
51+
public static func enable(context: Nuke.ImageDecodingContext) -> Nuke.ImageDecoding? {
52+
return try? JXLCoder.isJXL(data: context.data) ? JxlNukePlugin() : nil
53+
}
54+
55+
}

0 commit comments

Comments
 (0)