Skip to content

tinytiffv4.0.1.0

Updated

Lightweight TIFF reader/writer library

#Usage

tinytiff provides CMake targets:

find_package(TinyTIFF CONFIG REQUIRED)
find_package(TinyTIFFXX CONFIG REQUIRED)

target_link_libraries(main PRIVATE TinyTIFF::TinyTIFF TinyTIFF::TinyTIFFXX)

#Supported Platforms

All platforms supported.

#Features

No default features.

#winapi

Use WIN-API for File-IO

Platforms: windows
  • windows
  • linux
  • osx
  • uwp
Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • EfesX's avatarEfesX

#Changelog

  • fbd5bfd[tinytiff] add new port (#38874)