Skip to content

Commit 07c682b

Browse files
committed
slight fixes to prints
1 parent 8f216de commit 07c682b

File tree

2 files changed

+91
-2
lines changed

2 files changed

+91
-2
lines changed

output.txt

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,4 +1807,94 @@ Args: -r 27 -t 0.7
18071807
Sorted on: 06/24/2019 13:36
18081808

18091809
Sorted image: https://s.put.re/a7esteXe.png
1810+
-----------------------------------
1811+
Starting image url: https://s.put.re/bhmRhKpT.png
1812+
Resolution: 2400x3000
1813+
Int func (randomly chosen): edges
1814+
1815+
Sort func (randomly chosen): hue
1816+
Args: -a 228 -c 300 -u 0.6 -t 0.1 -r 67
1817+
Sorted on: 07/03/2019 10:49
1818+
1819+
Sorted image: https://s.put.re/Lwy4MYbL.png
1820+
-----------------------------------
1821+
Starting image url: https://s.put.re/bhmRhKpT.png
1822+
Resolution: 2400x3000
1823+
Int func (randomly chosen): threshold
1824+
1825+
Sort func (randomly chosen): saturation
1826+
Args: -a 163 -c 350 -u 0.95 -t 0.25 -r 59
1827+
Sorted on: 07/03/2019 10:50
1828+
1829+
Sorted image: https://s.put.re/45Kf1kCu.png
1830+
-----------------------------------
1831+
Starting image url: https://s.put.re/bhmRhKpT.png
1832+
Resolution: 2400x3000
1833+
Int func: random
1834+
1835+
Sort func: intensity
1836+
Args: -r 38 -c 200 -a 263
1837+
Sorted on: 07/03/2019 10:51
1838+
1839+
Sorted image: https://s.put.re/RkbGrwoD.png
1840+
-----------------------------------
1841+
Starting image url: https://s.put.re/bhmRhKpT.png
1842+
Resolution: 2400x3000
1843+
Int func: file-edges
1844+
File link: https://s.put.re/2YZXHM2a.png
1845+
Sort func: minimum
1846+
Args: -r 47 -t 0.83
1847+
Sorted on: 07/03/2019 10:52
1848+
1849+
Sorted image: https://s.put.re/twbaXnYU.png
1850+
-----------------------------------
1851+
Starting image url: https://s.put.re/bhmRhKpT.png
1852+
Resolution: 2400x3000
1853+
Int func (randomly chosen): file
1854+
1855+
Sort func (randomly chosen): lightness
1856+
Args: -a 252 -c 350 -u 0.8 -t 0.15 -r 72
1857+
Sorted on: 07/03/2019 10:54
1858+
1859+
Sorted image: https://s.put.re/UUHed5jo.png
1860+
-----------------------------------
1861+
Starting image url: https://s.put.re/bhmRhKpT.png
1862+
Resolution: 2400x3000
1863+
Int func: edges
1864+
1865+
Sort func: saturation
1866+
Args: -c 450 -t .5 -u .76 -a 35 -r 7.5
1867+
Sorted on: 07/03/2019 10:56
1868+
1869+
Sorted image: https://s.put.re/DrB1f2DE.png
1870+
-----------------------------------
1871+
Starting image url: https://s.put.re/bhmRhKpT.png
1872+
Resolution: 2400x3000
1873+
Int func: threshold
1874+
1875+
Sort func: intensity
1876+
Args: -r 15 -c 250 -a 65 -t .4 -u .8
1877+
Sorted on: 07/03/2019 10:59
1878+
1879+
Sorted image: https://s.put.re/cS9i12K7.png
1880+
-----------------------------------
1881+
Starting image url: https://s.put.re/bhmRhKpT.png
1882+
Resolution: 2400x3000
1883+
Int func: threshold
1884+
1885+
Sort func: hue
1886+
Args: -c 150 -a 65 -t .75 -r 5
1887+
Sorted on: 07/03/2019 11:02
1888+
1889+
Sorted image: https://s.put.re/Exesgqru.png
1890+
-----------------------------------
1891+
Starting image url: https://s.put.re/bhmRhKpT.png
1892+
Resolution: 2400x3000
1893+
Int func: threshold
1894+
1895+
Sort func: saturation
1896+
Args: -r 5 -t .3 -a 75
1897+
Sorted on: 07/03/2019 11:03
1898+
1899+
Sorted image: https://s.put.re/QYpPxTPB.png
18101900
-----------------------------------

pixelsort.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,8 +1257,7 @@ def main():
12571257
"snap",
12581258
] else None
12591259
print(f"Upper threshold: {__args.upper_threshold}") if int_func_input in [
1260-
"random",
1261-
"waves",
1260+
"threshold",
12621261
] else None
12631262
print(f"Characteristic length: {__args.clength}") if int_func_input in [
12641263
"random",

0 commit comments

Comments
 (0)