@cpp.js/package-tiff 1.0.0-beta.24 → 1.0.0-beta.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cppjs-package-tiff.podspec +1 -1
- package/dist/prebuilt/iOS-iphoneos/lib/libtiff.a +0 -0
- package/dist/prebuilt/iOS-iphoneos/lib/libtiffxx.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libtiff.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libtiffxx.a +0 -0
- package/package.json +3 -3
- package/tiff.xcframework/ios-arm64_arm64e/libtiff.a +0 -0
- package/tiff.xcframework/ios-arm64_arm64e_x86_64-simulator/libtiff.a +0 -0
- package/tiffxx.xcframework/ios-arm64_arm64e/libtiffxx.a +0 -0
- package/tiffxx.xcframework/ios-arm64_arm64e_x86_64-simulator/libtiffxx.a +0 -0
|
@@ -3,7 +3,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
|
3
3
|
|
|
4
4
|
Pod::Spec.new do |s|
|
|
5
5
|
s.module_name = "tiff"
|
|
6
|
-
s.name = package
|
|
6
|
+
s.name = "cppjs-package-tiff"
|
|
7
7
|
s.version = package["nativeVersion"]
|
|
8
8
|
s.summary = "The LibTIFF software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data."
|
|
9
9
|
s.homepage = "https://libtiff.gitlab.io/libtiff/index.html"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-tiff",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.25",
|
|
4
4
|
"nativeVersion": "4.7.0",
|
|
5
5
|
"description": "This package provides the Tiff library compiled with Cpp.js, enabling fast and efficient image processing using the TIFF format. It is built with Cpp.js to provide cross-platform support, leveraging both WebAssembly (WASM) for web applications and native code for mobile platforms. Ideal for developers looking to handle TIFF images with high performance in JavaScript environments.",
|
|
6
6
|
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-tiff#readme",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"license": "libtiff",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@cpp.js/package-zlib": "^1.0.0-beta.
|
|
11
|
+
"@cpp.js/package-zlib": "^1.0.0-beta.28"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"cpp.js": "^1.0.0-beta.
|
|
14
|
+
"cpp.js": "^1.0.0-beta.29"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"tiff",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|