Merge pull request #122 from guzba/master
wider image for onion skin diffing
This commit is contained in:
commit
515dd51b2a
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 543 KiB After Width: | Height: | Size: 519 KiB |
|
@ -18,7 +18,7 @@ for path in walkFiles(iconsPath):
|
||||||
images.add((name, image))
|
images.add((name, image))
|
||||||
|
|
||||||
let
|
let
|
||||||
columns = 10
|
columns = 50
|
||||||
rows = (images.len + columns - 1) div columns
|
rows = (images.len + columns - 1) div columns
|
||||||
rendered = newImage((width + 4) * columns, (height + 4) * rows)
|
rendered = newImage((width + 4) * columns, (height + 4) * rows)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue