soifunc 0.8.0__py3-none-any.whl → 0.8.2__py3-none-any.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.
soifunc/__init__.py CHANGED
@@ -1,4 +1,3 @@
1
1
  from .deband import * # noqa: F401, F403
2
- from .deint import * # noqa: F401, F403
3
2
  from .denoise import * # noqa: F401, F403
4
3
  from .resize import * # noqa: F401, F403
soifunc/deband.py CHANGED
@@ -34,7 +34,7 @@ def retinex_deband(
34
34
  "The format {format.name} is not supported! It must be an 8-16bit integer YUV bit format!",
35
35
  )
36
36
 
37
- mask = dre_edgemask(clip)
37
+ mask = dre_edgemask.CLAHE(clip)
38
38
 
39
39
  if showmask:
40
40
  return mask
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: soifunc
3
- Version: 0.8.0
3
+ Version: 0.8.2
4
4
  Summary: Soichiro's VapourSynth Functions Collection
5
5
  License: MIT
6
6
  Author: Josh Holmer
@@ -9,6 +9,7 @@ Requires-Python: >=3.12,<4.0
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
12
13
  Requires-Dist: vapoursynth (>=68)
13
14
  Requires-Dist: vsdeband (>=1.2.2,<2.0.0)
14
15
  Requires-Dist: vsdenoise (>=2.7.1,<3.0.0)
@@ -0,0 +1,9 @@
1
+ soifunc/__init__.py,sha256=o8id_imdLYtSpVNfB-G4Pru9GtEPqdkcpyyW3yQt-6U,127
2
+ soifunc/deband.py,sha256=GB9ksv-G1EOkro7mEN44p1vxLCnY2x4d4SqKhHxQ6Z8,1176
3
+ soifunc/denoise.py,sha256=5H11XSgYj1-fmzdnNVyGckB08QP0W6mYIcoXKyaLeEI,6513
4
+ soifunc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ soifunc/resize.py,sha256=irh4Mo8OidoYYXkwjvekMCtgb4Fp0YVszTQLfONJcNU,4344
6
+ soifunc-0.8.2.dist-info/LICENSE,sha256=vgEDSMEV1J2nMiCgXE5_sjNtw2VT7_lP7rkAnrFKOWI,1068
7
+ soifunc-0.8.2.dist-info/METADATA,sha256=ZL40oqWRxFBltytpyiifedFMic4Z-nlzxRxRTXb-HXM,3570
8
+ soifunc-0.8.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
9
+ soifunc-0.8.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,9 +0,0 @@
1
- soifunc/__init__.py,sha256=v8JZy36JK4JWQDR0za1t4ul8PdBGY7WozbNR8YBEJz8,168
2
- soifunc/deband.py,sha256=XQuc2TLvvA-BDfM8AfMQOhuzQZ5AMLqJkNNNEy4HmCM,1170
3
- soifunc/denoise.py,sha256=5H11XSgYj1-fmzdnNVyGckB08QP0W6mYIcoXKyaLeEI,6513
4
- soifunc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- soifunc/resize.py,sha256=irh4Mo8OidoYYXkwjvekMCtgb4Fp0YVszTQLfONJcNU,4344
6
- soifunc-0.8.0.dist-info/LICENSE,sha256=vgEDSMEV1J2nMiCgXE5_sjNtw2VT7_lP7rkAnrFKOWI,1068
7
- soifunc-0.8.0.dist-info/METADATA,sha256=JnNwHp1JIlXp9GeF22M7y7gMNI6LLmjF9d6gmiwqExw,3519
8
- soifunc-0.8.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
9
- soifunc-0.8.0.dist-info/RECORD,,