SDL_image: Add a note about optional image formats

From 0b9e1aa00fdba7ee8d5dfe618afdfe2631458cc5 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 22 Jan 2025 16:20:24 -0800
Subject: [PATCH] Add a note about optional image formats

---
 build-scripts/pkg-support/msvc/INSTALL.md.in       | 2 ++
 build-scripts/pkg-support/msvc/arm64/INSTALL.md.in | 2 ++
 build-scripts/pkg-support/msvc/x64/INSTALL.md.in   | 2 ++
 build-scripts/pkg-support/msvc/x86/INSTALL.md.in   | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/build-scripts/pkg-support/msvc/INSTALL.md.in b/build-scripts/pkg-support/msvc/INSTALL.md.in
index c0c8e4c6..5eb483ce 100644
--- a/build-scripts/pkg-support/msvc/INSTALL.md.in
+++ b/build-scripts/pkg-support/msvc/INSTALL.md.in
@@ -9,6 +9,8 @@ To use this package, edit your project properties:
 - Add @<@PROJECT_NAME@>@.lib to Linker -> Input -> "Additional Dependencies"
 - Copy lib/_arch_/@<@PROJECT_NAME@>@.dll to your project directory.
 
+You can include support for additional image formats by including the license and DLL files in the lib/_arch_/optional directory in your application. They will be automatically loaded by SDL_image as needed.
+
 # Documentation
 
 An API reference and additional documentation is available at:
diff --git a/build-scripts/pkg-support/msvc/arm64/INSTALL.md.in b/build-scripts/pkg-support/msvc/arm64/INSTALL.md.in
index c185171a..c54e64e8 100644
--- a/build-scripts/pkg-support/msvc/arm64/INSTALL.md.in
+++ b/build-scripts/pkg-support/msvc/arm64/INSTALL.md.in
@@ -5,6 +5,8 @@ This package contains @<@PROJECT_NAME@>@ built for arm64 Windows.
 
 To use this package, simply replace an existing 64-bit ARM @<@PROJECT_NAME@>@.dll with the one included here.
 
+You can include support for additional image formats by including the license and DLL files in the optional directory in your application. They will be automatically loaded by SDL_image as needed.
+
 # Development packages
 
 If you're looking for packages with headers and libraries, you can download one of these:
diff --git a/build-scripts/pkg-support/msvc/x64/INSTALL.md.in b/build-scripts/pkg-support/msvc/x64/INSTALL.md.in
index 74cd6785..22466746 100644
--- a/build-scripts/pkg-support/msvc/x64/INSTALL.md.in
+++ b/build-scripts/pkg-support/msvc/x64/INSTALL.md.in
@@ -5,6 +5,8 @@ This package contains @<@PROJECT_NAME@>@ built for x64 Windows.
 
 To use this package, simply replace an existing 64-bit @<@PROJECT_NAME@>@.dll with the one included here.
 
+You can include support for additional image formats by including the license and DLL files in the optional directory in your application. They will be automatically loaded by SDL_image as needed.
+
 # Development packages
 
 If you're looking for packages with headers and libraries, you can download one of these:
diff --git a/build-scripts/pkg-support/msvc/x86/INSTALL.md.in b/build-scripts/pkg-support/msvc/x86/INSTALL.md.in
index 041c1163..f1bc9928 100644
--- a/build-scripts/pkg-support/msvc/x86/INSTALL.md.in
+++ b/build-scripts/pkg-support/msvc/x86/INSTALL.md.in
@@ -5,6 +5,8 @@ This package contains @<@PROJECT_NAME@>@ built for x86 Windows.
 
 To use this package, simply replace an existing 32-bit @<@PROJECT_NAME@>@.dll with the one included here.
 
+You can include support for additional image formats by including the license and DLL files in the optional directory in your application. They will be automatically loaded by SDL_image as needed.
+
 # Development packages
 
 If you're looking for packages with headers and libraries, you can download one of these: