From ae1cc9ff87bb55930d43cd5088793d12cd4f771c Mon Sep 17 00:00:00 2001 From: Maya Date: Tue, 29 Jul 2025 21:25:56 +0300 Subject: [PATCH] fix: oops will need to work on reworking the dropdown/type detection code lol --- src/lib/converters/magick-automated.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/converters/magick-automated.ts b/src/lib/converters/magick-automated.ts index fa79f7f..5a9cf9d 100644 --- a/src/lib/converters/magick-automated.ts +++ b/src/lib/converters/magick-automated.ts @@ -66,7 +66,7 @@ export const imageFormats = [ new FormatInfo("jpc", true, true), new FormatInfo("jpm", true, true), new FormatInfo("jps", true, true), - new FormatInfo("json", false, true), + //new FormatInfo("json", false, true), new FormatInfo("map", false, true), new FormatInfo("miff", true, true), new FormatInfo("mng", true, true), @@ -119,7 +119,7 @@ export const imageFormats = [ new FormatInfo("svgz", false, true), new FormatInfo("tga", true, true), new FormatInfo("tiff64", true, true), - new FormatInfo("txt", true, true), + //new FormatInfo("txt", true, true), new FormatInfo("ubrl", false, true), new FormatInfo("ubrl6", false, true), new FormatInfo("uil", false, true), @@ -134,7 +134,7 @@ export const imageFormats = [ new FormatInfo("xbm", true, true), // not ideal (completely black and white - maybe format is like that) new FormatInfo("xpm", true, true), new FormatInfo("xv", true, true), - new FormatInfo("yaml", false, true), + //new FormatInfo("yaml", false, true), new FormatInfo("ycbcr", false, true), new FormatInfo("ycbcra", false, true), new FormatInfo("yuv", false, true),