From 09727a5e305bf021344da5ba73cdee69e93c8f15 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Wed, 28 May 2025 16:45:45 +0300 Subject: [PATCH] fix: remove conversion from ppm upstream issue? either way, doesn't work currently and needs more investigating --- src/lib/converters/vips.svelte.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/converters/vips.svelte.ts b/src/lib/converters/vips.svelte.ts index 1093cf3..9fee562 100644 --- a/src/lib/converters/vips.svelte.ts +++ b/src/lib/converters/vips.svelte.ts @@ -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),