Commit f123bcbe authored by nanahira's avatar nanahira

fix

parent 3316a387
Pipeline #747 canceled with stages
......@@ -10,7 +10,7 @@ export default async function worker() {
try {
const sourceBuffer = Buffer.from(cutData.image);
const targetBuffer: Buffer = await magick.promises.convert({
srcFormat: "PNG",
//srcFormat: "PNG",
format: "PNG",
srcData: sourceBuffer,
width: cutData.size,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment