pillow-avif-plugin 1.5.1__cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 1.5.2__cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
Potentially problematic release.
This version of pillow-avif-plugin might be problematic. Click here for more details.
- pillow_avif/AvifImagePlugin.py +6 -0
- pillow_avif/__init__.py +1 -1
- pillow_avif/_avif.cpython-39-aarch64-linux-gnu.so +0 -0
- {pillow_avif_plugin-1.5.1.dist-info → pillow_avif_plugin-1.5.2.dist-info}/METADATA +1 -1
- pillow_avif_plugin-1.5.2.dist-info/RECORD +10 -0
- {pillow_avif_plugin-1.5.1.dist-info → pillow_avif_plugin-1.5.2.dist-info}/WHEEL +1 -1
- pillow_avif_plugin.libs/libavif-276ec5a1.so.16.2.1 +0 -0
- pillow_avif_plugin-1.5.1.dist-info/RECORD +0 -9
- {pillow_avif_plugin-1.5.1.dist-info → pillow_avif_plugin-1.5.2.dist-info}/licenses/LICENSE +0 -0
- {pillow_avif_plugin-1.5.1.dist-info → pillow_avif_plugin-1.5.2.dist-info}/top_level.txt +0 -0
- {pillow_avif_plugin-1.5.1.dist-info → pillow_avif_plugin-1.5.2.dist-info}/zip-safe +0 -0
pillow_avif/AvifImagePlugin.py
CHANGED
|
@@ -312,6 +312,12 @@ def _save(im, fp, filename, save_all=False):
|
|
|
312
312
|
fp.write(data)
|
|
313
313
|
|
|
314
314
|
|
|
315
|
+
# Prevent Pillow's AVIF plugin from replacing this plugin
|
|
316
|
+
try:
|
|
317
|
+
from PIL import AvifImagePlugin # noqa: F401
|
|
318
|
+
except ImportError:
|
|
319
|
+
pass
|
|
320
|
+
|
|
315
321
|
Image.register_open(AvifImageFile.format, AvifImageFile, _accept)
|
|
316
322
|
if SUPPORTED:
|
|
317
323
|
Image.register_save(AvifImageFile.format, _save)
|
pillow_avif/__init__.py
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pillow-avif-plugin
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.2
|
|
4
4
|
Summary: A pillow plugin that adds avif support via libavif
|
|
5
5
|
Home-page: https://github.com/fdintino/pillow-avif-plugin/
|
|
6
6
|
Download-URL: https://github.com/fdintino/pillow-avif-plugin/releases
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pillow_avif/AvifImagePlugin.py,sha256=OsS19EQ3KjKNuP-WRamO3xVujD0mU3XiUPuLbUmg5K8,9899
|
|
2
|
+
pillow_avif/__init__.py,sha256=hi8l2UljAlWGpk9AHYVAQnZME7WyNCtPLuTQeGUkxLI,84
|
|
3
|
+
pillow_avif/_avif.cpython-39-aarch64-linux-gnu.so,sha256=ryKOkrBsxJ78LX1AvpAXX1eLqvnlx7XvGXvmRzvbQp8,266193
|
|
4
|
+
pillow_avif_plugin.libs/libavif-276ec5a1.so.16.2.1,sha256=oltdXng3YLky57phN4KSWwlVgA0AoWGonhkAtV7nDQc,6100169
|
|
5
|
+
pillow_avif_plugin-1.5.2.dist-info/METADATA,sha256=wslkV5HQXyfNo6jHUVVNTx5b075J5PAgTr9vO2zdBis,2143
|
|
6
|
+
pillow_avif_plugin-1.5.2.dist-info/WHEEL,sha256=Oq5dccKaUJiuGL0M1pcdluP4u5EoTBivpTQMxcVf40E,149
|
|
7
|
+
pillow_avif_plugin-1.5.2.dist-info/top_level.txt,sha256=xrg4zRnqDyl_JEyEQh3oCcAU4BHneocD-DCFDzf4g9E,12
|
|
8
|
+
pillow_avif_plugin-1.5.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
9
|
+
pillow_avif_plugin-1.5.2.dist-info/RECORD,,
|
|
10
|
+
pillow_avif_plugin-1.5.2.dist-info/licenses/LICENSE,sha256=2l49eVdgaNy9JTEPbstz1GaaPKw02gFdtuThTNUi730,25213
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
pillow_avif/AvifImagePlugin.py,sha256=B0w7AVoU3R-O9tTIOSqhjJdNAAEMYzMFhUcKf8Lczm4,9756
|
|
2
|
-
pillow_avif/__init__.py,sha256=ha9bUuJLoEM5BeveIZE1JwPGl8W2AUYVfXRwgEVCiI8,84
|
|
3
|
-
pillow_avif/_avif.cpython-39-aarch64-linux-gnu.so,sha256=5kBFSKzE3M4uAeDa0fmXzcNiwe7N_9HZqAx0yeGML2E,12877600
|
|
4
|
-
pillow_avif_plugin-1.5.1.dist-info/METADATA,sha256=KhLcAf5Uq7bjWY5w8N-HPCJK6i7pPzMkK4EvQ8hTAxs,2143
|
|
5
|
-
pillow_avif_plugin-1.5.1.dist-info/WHEEL,sha256=OcImnqJO7dkCRHYnsy90fc-QGqHvZ-o4FvzZAe4cy-E,149
|
|
6
|
-
pillow_avif_plugin-1.5.1.dist-info/top_level.txt,sha256=xrg4zRnqDyl_JEyEQh3oCcAU4BHneocD-DCFDzf4g9E,12
|
|
7
|
-
pillow_avif_plugin-1.5.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
-
pillow_avif_plugin-1.5.1.dist-info/RECORD,,
|
|
9
|
-
pillow_avif_plugin-1.5.1.dist-info/licenses/LICENSE,sha256=2l49eVdgaNy9JTEPbstz1GaaPKw02gFdtuThTNUi730,25213
|
|
File without changes
|
|
File without changes
|
|
File without changes
|