1. Home
  2. Browse
  3. sail

sail

v1.0.3#0Latest

The missing small and fast image decoding library for humans (not for machines)

Install

Run the following Vcpkg command to install the port.

vcpkg install sail

Usage

The package sail provides CMake targets:

C libraries:

find_package(Sail CONFIG REQUIRED)
target_link_libraries(main PRIVATE SAIL::sail)

C++ bindings:

find_package(SailC++ CONFIG REQUIRED)
target_link_libraries(main PRIVATE SAIL::sail-c++)

Features

Dependencies

See source

Version

v1.0.3#0

Publication

Supports

!uwp

GitHub

HappySeaFox/sail358

Homepage

github.com/HappySeaFox/sail

Subtree

d9d4599ab6

License

MIT

Definition

Manifest