fix: oops

will need to work on reworking the dropdown/type detection code lol
This commit is contained in:
Maya 2025-07-29 21:25:56 +03:00
parent b3778d3b83
commit ae1cc9ff87
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ export const imageFormats = [
new FormatInfo("jpc", true, true), new FormatInfo("jpc", true, true),
new FormatInfo("jpm", true, true), new FormatInfo("jpm", true, true),
new FormatInfo("jps", true, true), new FormatInfo("jps", true, true),
new FormatInfo("json", false, true), //new FormatInfo("json", false, true),
new FormatInfo("map", false, true), new FormatInfo("map", false, true),
new FormatInfo("miff", true, true), new FormatInfo("miff", true, true),
new FormatInfo("mng", true, true), new FormatInfo("mng", true, true),
@ -119,7 +119,7 @@ export const imageFormats = [
new FormatInfo("svgz", false, true), new FormatInfo("svgz", false, true),
new FormatInfo("tga", true, true), new FormatInfo("tga", true, true),
new FormatInfo("tiff64", true, true), new FormatInfo("tiff64", true, true),
new FormatInfo("txt", true, true), //new FormatInfo("txt", true, true),
new FormatInfo("ubrl", false, true), new FormatInfo("ubrl", false, true),
new FormatInfo("ubrl6", false, true), new FormatInfo("ubrl6", false, true),
new FormatInfo("uil", 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("xbm", true, true), // not ideal (completely black and white - maybe format is like that)
new FormatInfo("xpm", true, true), new FormatInfo("xpm", true, true),
new FormatInfo("xv", true, true), new FormatInfo("xv", true, true),
new FormatInfo("yaml", false, true), //new FormatInfo("yaml", false, true),
new FormatInfo("ycbcr", false, true), new FormatInfo("ycbcr", false, true),
new FormatInfo("ycbcra", false, true), new FormatInfo("ycbcra", false, true),
new FormatInfo("yuv", false, true), new FormatInfo("yuv", false, true),