fix: remove conversion from ppm

upstream issue? either way, doesn't work currently and needs more investigating
This commit is contained in:
JovannMC 2025-05-28 16:45:45 +03:00
parent 9589eb0b31
commit 09727a5e30
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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),