Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/ImageFile.cs')
-rw-r--r--UVtools.Core/FileFormats/ImageFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/ImageFile.cs b/UVtools.Core/FileFormats/ImageFile.cs
index dc26d71..c0a51eb 100644
--- a/UVtools.Core/FileFormats/ImageFile.cs
+++ b/UVtools.Core/FileFormats/ImageFile.cs
@@ -25,7 +25,7 @@ public class ImageFile : FileFormat
new (typeof(ImageFile), "pgm", "PGM: Portable Greymap"),
//new (typeof(ImageFile), "gif", "GIF"),
new (typeof(ImageFile), "sr", "SR: Sun raster"),
- new (typeof(ImageFile), "RAS", "RAS: Sun raster"),
+ new (typeof(ImageFile), "ras", "RAS: Sun raster"),
};
public override PrintParameterModifier[]? PrintParameterModifiers => null;