Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -76,7 +76,7 @@ class ImageConvolution {
|
|||
}
|
||||
|
||||
getArrayDatasFromImage(filename) {
|
||||
var inputImage = ImageData.loadFromFile(filename)
|
||||
var inputImage = ImageData.load(filename)
|
||||
inputImage.draw(0, 0)
|
||||
Canvas.print(filename, _width * 1/6, _height * 5/6, Color.white)
|
||||
var width = inputImage.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue