mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 12:13:43 +01:00
Fix double upscayl issue
This commit is contained in:
parent
f59e078034
commit
89e8a89203
@ -151,7 +151,7 @@ const doubleUpscayl = async (event, payload) => {
|
|||||||
inputDir + slash + fullfileName,
|
inputDir + slash + fullfileName,
|
||||||
isAlpha ? outFile + ".png" : outFile,
|
isAlpha ? outFile + ".png" : outFile,
|
||||||
outFile,
|
outFile,
|
||||||
payload.scale,
|
desiredScale.toString(),
|
||||||
saveImageAs,
|
saveImageAs,
|
||||||
onError
|
onError
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user