Skip to content

Add LibTIFF::allocator class

Simple allocator class for use with C++ STL. This allows for the use of STL containers such as std::vector and std:array using memory managed by _TIFFmalloc and _TIFFfree

Merge request reports