mirror of https://github.com/VERT-sh/VERT.git
fix: remove conversion from ppm
upstream issue? either way, doesn't work currently and needs more investigating
This commit is contained in:
parent
9589eb0b31
commit
09727a5e30
|
@ -38,7 +38,7 @@ export class VipsConverter extends Converter {
|
|||
new FormatInfo("pfm", true, true),
|
||||
new FormatInfo("pgm", true, true),
|
||||
new FormatInfo("pnm", true, true),
|
||||
new FormatInfo("ppm", true, true),
|
||||
new FormatInfo("ppm", false, true),
|
||||
new FormatInfo("raw", false, true),
|
||||
new FormatInfo("tif", true, true),
|
||||
new FormatInfo("tiff", true, true),
|
||||
|
|
Loading…
Reference in New Issue