mirror of https://github.com/VERT-sh/VERT.git
fix: oops
will need to work on reworking the dropdown/type detection code lol
This commit is contained in:
parent
b3778d3b83
commit
ae1cc9ff87
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue