Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
update better size on last up.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofcotton authored Apr 10, 2024
1 parent b89a3f2 commit af11c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Searching the Internet more...
gokibin recolor2 <dimension> <input.ppm> <output.ppm> <intensity>
gokibin recolor3 <dimension> <input.ppm> <input-shape> <output.ppm>
gokibin habit <in0.obj> <in1.obj> <out.obj>
python3 test.py ./gokibin (sharpen|bump|enlarge|shrink|flarge|blink|represent|jps|tilt|obj|sbox|prep|presq|nop|limit|bit|illust|nurie|gray|cleansq?) <param> input0.png ...
python3 test.py ./gokibin (sharpen|bump|enlarge|shrink|flarge|blink|represent|jps|tilt|obj|sbox|prep|presq|nop|limit|bit|illust|nurie|gray|cleans[tlmq]?) <param> input0.png ...
python3 test.py ./gokibin (cat|catb|catr|catbr) input0.png input1.png ...
python3 test.py ./gokibin (tilecat|tilecatb|tilecatr|tilecatbr) <tile count> < cat.txt
python3 test.py ./gokibin match input0.png input1.png <vboxdst> <vboxsrc> <number_of_submatches> <number_of_emphasis>
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
w = int(a[0])
h = int(a[1])
# N.B.
# With ddpmopt/README.md, we have 2500bit upper limit on function entropy.
# With ddpmopt/README.md, we have 20kbit upper limit on function entropy.
# We expect 6 bit color for each pixel.
upix = 19683 / 6.
sz = str(int(pow(upix, .5) * w / h) + 1) + "x" + str(int(pow(upix, .5) * h / w) + 1)
Expand Down

0 comments on commit af11c3b

Please sign in to comment.