boost::gil::is_read_supported

Boolean meta function, std::true_type if the pixel type PixelType is supported by the image format identified with FormatTag.

Synopsis

Declared in <boost/gil/io/base.hpp>

template<
    typename Pixel,
    typename FormatTag>
struct is_read_supported;

Created with MrDocs