wider image for onion skin diffing
This commit is contained in:
parent
c45486ad9b
commit
5846a415f9
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