1. Home
  2. Browse
  3. sail

sail

v0.9.0-pre10#0Go to latest

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(Sail CONFIG REQUIRED)
target_link_libraries(main PRIVATE SAIL::sail-c++)

For dynamic builds, please also copy SAIL codecs (bin/sail) and their dependencies

into the application directory.

Dependencies

See source

Version

v0.9.0-pre10#0

Publication

Supports

windows & !static & !uwp

GitHub

smoked-herring/sail327

Homepage

github.com/smoked-herring/sail

Subtree

c3e6d937e6

License

Complex license

Definition

Manifest