OpenEXR 3.3.6__cp39-cp39-macosx_10_15_universal2.whl → 3.4.3__cp39-cp39-macosx_10_15_universal2.whl
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.
- Imath.py +3 -1
- OpenEXR.so → OpenEXR.cpython-39-darwin.so +0 -0
- {openexr-3.3.6.dist-info → openexr-3.4.3.dist-info}/METADATA +4 -4
- openexr-3.4.3.dist-info/RECORD +6 -0
- {openexr-3.3.6.dist-info → openexr-3.4.3.dist-info}/WHEEL +1 -1
- openexr-3.3.6.dist-info/RECORD +0 -6
- {openexr-3.3.6.dist-info → openexr-3.4.3.dist-info}/licenses/LICENSE.md +0 -0
Imath.py
CHANGED
|
@@ -94,9 +94,11 @@ class Compression(Enumerated):
|
|
|
94
94
|
B44A_COMPRESSION = 7
|
|
95
95
|
DWAA_COMPRESSION = 8
|
|
96
96
|
DWAB_COMPRESSION = 9
|
|
97
|
+
HTJ2K256_COMPRESSION = 10
|
|
98
|
+
HTJ2K32_COMPRESSION = 11
|
|
97
99
|
names = [
|
|
98
100
|
"NO_COMPRESSION", "RLE_COMPRESSION", "ZIPS_COMPRESSION", "ZIP_COMPRESSION", "PIZ_COMPRESSION", "PXR24_COMPRESSION",
|
|
99
|
-
"B44_COMPRESSION", "B44A_COMPRESSION", "DWAA_COMPRESSION", "DWAB_COMPRESSION"
|
|
101
|
+
"B44_COMPRESSION", "B44A_COMPRESSION", "DWAA_COMPRESSION", "DWAB_COMPRESSION", "HTJ2K256_COMPRESSION", "HTJ2K32_COMPRESSION"
|
|
100
102
|
]
|
|
101
103
|
|
|
102
104
|
class PixelType(Enumerated):
|
|
Binary file
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: OpenEXR
|
|
3
|
-
Version: 3.3
|
|
3
|
+
Version: 3.4.3
|
|
4
4
|
Summary: Python bindings for the OpenEXR image file format
|
|
5
5
|
Author-Email: Contributors to the OpenEXR project <info@openexr.com>
|
|
6
6
|
Project-URL: Homepage, https://openexr.com
|
|
7
7
|
Project-URL: Source, https://github.com/AcademySoftwareFoundation/OpenEXR
|
|
8
|
-
Project-URL: Bug
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/AcademySoftwareFoundation/OpenEXR/issues
|
|
9
9
|
Requires-Python: >=3.7
|
|
10
10
|
Requires-Dist: numpy>=1.7.0
|
|
11
|
-
Requires-Dist: pytest; extra == "test"
|
|
12
11
|
Provides-Extra: test
|
|
12
|
+
Requires-Dist: pytest; extra == "test"
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
15
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
OpenEXR.cpython-39-darwin.so,sha256=UqafwOjRgCAaQPOqUTmWOzEGOZik4Q6yZm-0QFVOY6U,7609792
|
|
2
|
+
Imath.py,sha256=hjDPS7zdtWmsdAfBHuWs-d4Wp4rAIgxBY-MkvPncygg,7322
|
|
3
|
+
openexr-3.4.3.dist-info/RECORD,,
|
|
4
|
+
openexr-3.4.3.dist-info/WHEEL,sha256=xwv-BfB7DnAWSe6_Bi4f0zD2XyStnl_ph3LtGH67Fqo,145
|
|
5
|
+
openexr-3.4.3.dist-info/METADATA,sha256=-__0bmqcIvss-MEMM96GI1VEnjarfLOjnSS5dHpZxTY,10758
|
|
6
|
+
openexr-3.4.3.dist-info/licenses/LICENSE.md,sha256=hIU8kdTC4DEHQdR3NGnZi7k-YQKWCOC6CIKj__3zML0,1501
|
openexr-3.3.6.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Imath.py,sha256=9TrHXN2TOknQu1KEUz0R19_TfAMtCeGEKYXu9XNGHDw,7216
|
|
2
|
-
OpenEXR.so,sha256=VqEQfZUlXWVlWTbJcu1nhAibkZO5JGl2TQL0xWBsc2w,6747064
|
|
3
|
-
openexr-3.3.6.dist-info/RECORD,,
|
|
4
|
-
openexr-3.3.6.dist-info/WHEEL,sha256=ZTIa4S_GSNcZ0cYcGERMwCmgH-f4PTtlHdPt0gJSdgw,145
|
|
5
|
-
openexr-3.3.6.dist-info/METADATA,sha256=j9r4gy35awJELA9gu1nqP8kXOcPO5WCPeZ5gO-tHNqs,10758
|
|
6
|
-
openexr-3.3.6.dist-info/licenses/LICENSE.md,sha256=hIU8kdTC4DEHQdR3NGnZi7k-YQKWCOC6CIKj__3zML0,1501
|
|
File without changes
|