From 424e7a75de743a4ed477c32e613f8961eb8942f2 Mon Sep 17 00:00:00 2001 From: Mirco Miranda Date: Thu, 23 Jan 2025 08:00:37 +0100 Subject: [PATCH] Modified PCX mime type according to IANA db --- src/imageformats/pcx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imageformats/pcx.json b/src/imageformats/pcx.json index ffda801..bb19b1a 100644 --- a/src/imageformats/pcx.json +++ b/src/imageformats/pcx.json @@ -1,4 +1,4 @@ { "Keys": [ "pcx" ], - "MimeTypes": [ "image/x-pcx" ] + "MimeTypes": [ "image/vnd.zbrush.pcx" ] }