Skip to content

Commit 800bab8

Browse files
committed
Update README
1 parent 7b66296 commit 800bab8

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Install getnative (and Python dependencies):
6262
# Example Output
6363
Input Command:
6464

65-
$ getnative -k bicubic -b 0.11 -c 0.51 -dir "../../Downloads" "../../Downloads/unknown.png"
65+
$ getnative -k bicubic -b 0.33 -c 0.33 -dir "../../Downloads" "../../Downloads/unknown.png"
6666

6767
Terminal Output:
6868
```
@@ -72,29 +72,29 @@ Using imwri as source filter
7272
7373
Output Path: /Users/infi/Downloads/results
7474
75-
Bicubic b 0.11 c 0.51 AR: 1.78 Steps: 1
76-
Native resolution(s) (best guess): 720p
75+
Bicubic b 0.33 c 0.33 AR: 1.78 Steps: 1
76+
Native resolution(s) (best guess): 873p
7777
7878
done in 13.56s
7979
```
8080

8181
Output Graph:
8282

83-
![alt text](https://nayu.moe/rIimgA)
83+
![alt text](examples/f_0_Bicubic_b_0.33_c_0.33_ar_1.78_steps_1.png)
8484

8585
Output TXT (summary):
8686
```
87-
715 | 0.0000501392 | 1.07
88-
716 | 0.0000523991 | 0.96
89-
717 | 0.0000413640 | 1.27
90-
718 | 0.0000593276 | 0.70
91-
719 | 0.0000617733 | 0.96
92-
720 | 0.0000000342 | 1805.60
93-
721 | 0.0000599182 | 0.00
94-
722 | 0.0000554626 | 1.08
95-
723 | 0.0000413679 | 1.34
96-
724 | 0.0000448137 | 0.92
97-
725 | 0.0000455203 | 0.98
87+
868 | 0.0000863251 | 0.93
88+
869 | 0.0000828592 | 1.04
89+
870 | 0.0000734709 | 1.13
90+
871 | 0.0000555885 | 1.32
91+
872 | 0.0000596791 | 0.93
92+
873 | 0.0000011579 | 51.54
93+
874 | 0.0000385670 | 0.03
94+
875 | 0.0000433674 | 0.89
95+
876 | 0.0000548476 | 0.79
96+
877 | 0.0000614557 | 0.89
97+
878 | 0.0000740702 | 0.83
9898
```
9999

100100
# Args
@@ -141,4 +141,4 @@ BluBb_mADe, kageru, FichteFoll, stux!, LittlePox
141141

142142
# Help?
143143

144-
Join https://discord.gg/3DYaV47 (Ask in #encode-autism for help)
144+
Join https://discord.gg/UERrfucRFD (Ask in #encode-autism for help)
45.7 KB
Loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="getnative",
13-
version='3.1.0',
13+
version='3.2.0',
1414
description='Find the native resolution(s) of upscaled material (mostly anime)',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)