SDL3-CS.iOS.Image
3.4.4.7
dotnet add package SDL3-CS.iOS.Image --version 3.4.4.7
NuGet\Install-Package SDL3-CS.iOS.Image -Version 3.4.4.7
<PackageReference Include="SDL3-CS.iOS.Image" Version="3.4.4.7" />
<PackageVersion Include="SDL3-CS.iOS.Image" Version="3.4.4.7" />
<PackageReference Include="SDL3-CS.iOS.Image" />
paket add SDL3-CS.iOS.Image --version 3.4.4.7
#r "nuget: SDL3-CS.iOS.Image, 3.4.4.7"
#:package SDL3-CS.iOS.Image@3.4.4.7
#addin nuget:?package=SDL3-CS.iOS.Image&version=3.4.4.7
#tool nuget:?package=SDL3-CS.iOS.Image&version=3.4.4.7
SDL3-CS.iOS.Image
<p align="center"> <img alt="iOS native package" src="https://img.shields.io/badge/platform-iOS-555?style=flat-square"> <img alt="SDL_image" src="https://img.shields.io/badge/component-SDL_image-239120?style=flat-square"> <img alt="SDL_image 3.4.4" src="https://img.shields.io/badge/native-SDL_image%203.4.4-004880?style=flat-square"> </p>
SDL3-CS.iOS.Image contains SDL_image native runtime libraries for image loading and saving APIs for iOS applications that use SDL3-CS.
When To Use This Package
Use this package when a .NET application targets iOS and needs image format detection, image loading, animation loading, and image saving through SDL3.Image. Keep all SDL3-CS packages in the same application on the same platform family; do not mix SDL3-CS.iOS with native packages from another platform family. This add-on package is not a replacement for the base runtime package. Install it together with SDL3-CS and SDL3-CS.iOS.
Native Version
| Package | Native library version | Package line |
|---|---|---|
SDL3-CS.iOS.Image |
SDL_image 3.4.4 | 3.4.4.x |
Supported Runtime Identifiers
ios-arm64iossimulator-arm64iossimulator-x64
Package Contents
runtimes/<rid>/native/assets for each supported runtime identifier.buildTransitive/SDL3-CS.iOS.Image.targetsfor package-time native asset integration.README.md,LICENSE, and the SDL3-CS package icon for NuGet display.- No application entry point and no managed SDL wrapper API beyond any bridge bindings required by the platform.
Native asset mode: static native libraries linked through buildTransitive targets.
Installation
dotnet add package SDL3-CS
dotnet add package SDL3-CS.iOS
dotnet add package SDL3-CS.iOS.Image
Companion Packages
| Package | Native component | Use when you need |
|---|---|---|
SDL3-CS.iOS |
SDL 3.4.12 | Core SDL3 runtime assets. |
SDL3-CS.iOS.Image |
SDL_image 3.4.4 | Image loading and saving. |
SDL3-CS.iOS.TTF |
SDL_ttf 3.2.2 | Font and text rendering APIs. |
SDL3-CS.iOS.Mixer |
SDL_mixer 3.2.4 | Music and mixer playback APIs. |
SDL3-CS.iOS.Shadercross |
SDL_shadercross 3.0.0 | Shader translation APIs. |
Build From This Repository
From the repository root:
dotnet pack .\SDL3-CS.NativePackages\SDL3-CS.iOS.Image\SDL3-CS.iOS.Image.csproj -c Release
The release pipeline populates the lib/<rid>/ folders before packaging. A local pack without those native assets is useful only for metadata validation.
Verification Checklist
- The package RID list matches the release manifest and native artifact layout.
PackageReadmeFilepoints to this README.buildTransitivetargets are packed underbuildTransitive/$(PackageId).targets.- Applications reference
SDL3-CSplus the matching iOS native package family.
Related Documentation
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.