Downscale Images to document resolution (#1077)

* Add DownscaleNode

* Add lambda (call argument) input type + fix caching

* Add comment explaining Lambda input

* Automatically insert cache node after downscale node

* Implement sparse hashing of images
This commit is contained in:
Dennis Kobert
2023-03-15 12:49:56 +01:00
committed by Keavon Chambers
parent 0a775fe9be
commit fe233504ca
13 changed files with 209 additions and 224 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ once_cell = {version= "1.10", optional = true}
syn = {version = "1.0", default-features = false, features = ["parsing", "printing"]}
proc-macro2 = {version = "1.0", default-features = false, features = ["proc-macro"]}
quote = {version = "1.0", default-features = false }
image = "*"
image = { version = "*", default-features = false }
dyn-clone = "1.0"
log = "0.4"