namespace STB_RESTORE_WARNINGS

Overview

namespace STB_RESTORE_WARNINGS {

// global variables

const thread_local bool MRPT_DEBUG_IMG_LAZY_LOAD =     mrpt::get_env<bool>("MRPT_DEBUG_IMG_LAZY_LOAD", false);

// global functions

stbir_pixel_layout mrpt_image_channel_to_stbir_layout(const mrpt::img::TImageChannels channels);
stbir_datatype mrpt_pixel_depth_to_stbir_type(const mrpt::img::PixelDepth depth);

} // namespace STB_RESTORE_WARNINGS