Merge pull request #300 from guzba/master

update bindings
This commit is contained in:
treeform 2021-10-04 18:22:02 -07:00 committed by GitHub
commit a4fd8e1f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -118,7 +118,7 @@ exportRefObject Image:
flipVertical
subImage
minifyBy2(Image, int)
magnifyBy2
magnifyBy2(Image, int)
applyOpacity(Image, float32)
invert(Image)
blur(Image, float32, Color)
@ -150,6 +150,7 @@ exportRefObject Mask:
setValue
fill(Mask, uint8)
minifyBy2(Mask, int)
magnifyBy2(Mask, int)
spread
ceil(Mask)
newImage(Mask)

View file

@ -8,7 +8,7 @@ srcDir = "src"
requires "nim >= 1.2.6"
requires "vmath >= 1.0.11"
requires "chroma >= 0.2.5"
requires "zippy >= 0.6.0"
requires "zippy >= 0.6.2"
requires "flatty >= 0.2.2"
requires "nimsimd >= 1.0.0"
requires "bumpy >= 1.0.3"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB