template<typename Pixel, typename FormatTag>
struct boost::gil::is_read_supported< Pixel, FormatTag >
Boolean meta function, std::true_type if the pixel type PixelType is supported by the image format identified with FormatTag.
- Todo:
- the name is_supported is to generic, pick something more I/O-related.