normal-grain-merge 0.0.1__tar.gz → 0.0.2__tar.gz
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 normal-grain-merge might be problematic. Click here for more details.
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/PKG-INFO +7 -1
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/README.md +6 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/PKG-INFO +7 -1
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/pyproject.toml +1 -1
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/setup.py +1 -1
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/LICENSE +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge/__init__.py +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge/kernel_kind.py +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge/normal_grain_merge.c +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge/normal_grain_merge.pyi +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/SOURCES.txt +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/dependency_links.txt +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/requires.txt +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/top_level.txt +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/setup.cfg +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/tests/test_ngm.py +0 -0
- {normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/tests/test_speed.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: normal_grain_merge
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Fused normal and grain merge C extension
|
|
5
5
|
Author: Samuel Howard
|
|
6
6
|
License: MIT
|
|
@@ -26,6 +26,12 @@ $$
|
|
|
26
26
|
(((\mathrm{t_{rgb}} + \mathrm{s_{rgb}} - 0.5) * \mathrm{t_\alpha} + \mathrm{t_{rgb}} * (1 - \mathrm{t_\alpha})) * (1 - 0.3) + \mathrm{s_{rgb}} * 0.3) * \mathrm{t_\alpha} + \mathrm{b_{rgb}} * (1 - \mathrm{t_\alpha})
|
|
27
27
|
$$
|
|
28
28
|
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```shell
|
|
32
|
+
pip install normal-grain-merge
|
|
33
|
+
```
|
|
34
|
+
|
|
29
35
|
## Usage
|
|
30
36
|
```py
|
|
31
37
|
import numpy as np
|
|
@@ -8,6 +8,12 @@ $$
|
|
|
8
8
|
(((\mathrm{t_{rgb}} + \mathrm{s_{rgb}} - 0.5) * \mathrm{t_\alpha} + \mathrm{t_{rgb}} * (1 - \mathrm{t_\alpha})) * (1 - 0.3) + \mathrm{s_{rgb}} * 0.3) * \mathrm{t_\alpha} + \mathrm{b_{rgb}} * (1 - \mathrm{t_\alpha})
|
|
9
9
|
$$
|
|
10
10
|
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
```shell
|
|
14
|
+
pip install normal-grain-merge
|
|
15
|
+
```
|
|
16
|
+
|
|
11
17
|
## Usage
|
|
12
18
|
```py
|
|
13
19
|
import numpy as np
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: normal_grain_merge
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Fused normal and grain merge C extension
|
|
5
5
|
Author: Samuel Howard
|
|
6
6
|
License: MIT
|
|
@@ -26,6 +26,12 @@ $$
|
|
|
26
26
|
(((\mathrm{t_{rgb}} + \mathrm{s_{rgb}} - 0.5) * \mathrm{t_\alpha} + \mathrm{t_{rgb}} * (1 - \mathrm{t_\alpha})) * (1 - 0.3) + \mathrm{s_{rgb}} * 0.3) * \mathrm{t_\alpha} + \mathrm{b_{rgb}} * (1 - \mathrm{t_\alpha})
|
|
27
27
|
$$
|
|
28
28
|
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
```shell
|
|
32
|
+
pip install normal-grain-merge
|
|
33
|
+
```
|
|
34
|
+
|
|
29
35
|
## Usage
|
|
30
36
|
```py
|
|
31
37
|
import numpy as np
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge/normal_grain_merge.c
RENAMED
|
File without changes
|
{normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge/normal_grain_merge.pyi
RENAMED
|
File without changes
|
{normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/requires.txt
RENAMED
|
File without changes
|
{normal_grain_merge-0.0.1 → normal_grain_merge-0.0.2}/normal_grain_merge.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|