Fix cover image arguments
This commit is contained in:
parent
e83547cc25
commit
525c904c45
@ -114,8 +114,8 @@ class CoverImage extends Operation {
|
||||
if (isWorkerEnvironment())
|
||||
self.sendStatusMessage("Covering image...");
|
||||
image.cover({
|
||||
width,
|
||||
height,
|
||||
w: width,
|
||||
h: height,
|
||||
align: alignMap[hAlign] | alignMap[vAlign],
|
||||
mode: resizeMap[alg],
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user