chore: remove gif from vips

This commit is contained in:
C4illin
2025-10-05 14:48:57 +02:00
parent 7a59070e91
commit 126e60fec7
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export const properties = {
images: ["apng", "exr", "gif", "jpeg", "pam", "pfm", "pgm", "pgx", "png", "ppm"],
},
to: {
jxl: ["apng", "exr", "gif", "jpeg", "pam", "pfm", "pgm", "pgx", "png", "ppm"],
jxl: ["apng", "exr", "jpeg", "pam", "pfm", "pgm", "pgx", "png", "ppm"],
images: ["jxl"],
},
};

View File

@@ -1,8 +1,10 @@
import { ExecFileOptions } from "child_process";
export type ExecFileFn = (
cmd: string,
args: string[],
callback: (err: Error | null, stdout: string, stderr: string) => void,
options?: import("child_process").ExecFileOptions,
options?: ExecFileOptions,
) => void;
export type ConvertFnWithExecFile = (