Add WEBP, TIFF, ICO, TGA, HDR, and EXR image import and more raster export formats (#4554)

* Add WEBP, TIFF, ICO, TGA, HDR, and EXR image import and more raster export file types

* Try a file as TGA only when no image format is recognized
This commit is contained in:
Keavon Chambers
2026-09-19 18:14:37 -07:00
parent 23e6b0f11d
commit 2ed5e775e5
16 changed files with 373 additions and 122 deletions
+6
View File
@@ -192,6 +192,12 @@ image = { version = "0.25", default-features = false, features = [
"jpeg",
"bmp",
"gif",
"webp",
"tiff",
"ico",
"tga",
"hdr",
"exr",
"serde",
] }
pretty_assertions = "1.4"