{
  "name": "sdl3-image",
  "href": "https://vcpkg.link/ports/sdl3-image",
  "supports": "all",
  "published_at": "2026-05-04T05:12:51.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/libsdl-org/SDL_image",
  "description": [
    "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV"
  ],
  "license": "Zlib",
  "version": {
    "type": "semver",
    "value": "3.4.4",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/d008c6c13a67afb3320f9e84e4b6859933a00827/ports/sdl3-image",
    "hash": "d008c6c13a67afb3320f9e84e4b6859933a00827"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "sdl3",
      "href": "https://vcpkg.link/ports/sdl3",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "jpeg",
      "default": [],
      "description": [
        "Support for JPEG image format"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libjpeg-turbo",
          "href": "https://vcpkg.link/ports/libjpeg-turbo",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "png",
      "default": [],
      "description": [
        "Support for PNG image format"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libpng",
          "href": "https://vcpkg.link/ports/libpng",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "tiff",
      "default": [],
      "description": [
        "Support for TIFF image format"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "tiff",
          "href": "https://vcpkg.link/ports/tiff",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "webp",
      "default": [],
      "description": [
        "Support for WEBP image format."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libwebp",
          "href": "https://vcpkg.link/ports/libwebp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}