From 199ac003e2d7f24fdfcb4c85fc9fd538fec2119f Mon Sep 17 00:00:00 2001 From: Maya Date: Tue, 29 Jul 2025 21:28:45 +0300 Subject: [PATCH] fix: oops 2 --- src/lib/converters/magick-automated.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/converters/magick-automated.ts b/src/lib/converters/magick-automated.ts index 5a9cf9d..fcbb84d 100644 --- a/src/lib/converters/magick-automated.ts +++ b/src/lib/converters/magick-automated.ts @@ -71,7 +71,6 @@ export const imageFormats = [ new FormatInfo("miff", true, true), new FormatInfo("mng", true, true), new FormatInfo("mono", false, true), - new FormatInfo("mpc", true, true), // not ideal (literally empty lol) new FormatInfo("mtv", true, true), new FormatInfo("o", false, true), new FormatInfo("otb", true, true), // not ideal (completely black and white - maybe format is like that) @@ -84,8 +83,8 @@ export const imageFormats = [ new FormatInfo("pct", true, true), new FormatInfo("pcx", true, true), new FormatInfo("pdb", true, true), // not ideal (completely black and white - maybe format is like that) - new FormatInfo("pdf", false, true), - new FormatInfo("pdfa", false, true), + // new FormatInfo("pdf", false, true), + // new FormatInfo("pdfa", false, true), new FormatInfo("pgx", true, true), // not ideal (grayscale - maybe format is like that) new FormatInfo("phm", true, true), new FormatInfo("picon", true, true), // not ideal (smudged out colours - format probably)