boost::gil::write_view

Synopsis

template<
    typename String,
    typename View,
    typename FormatTag,
    typename Log>
void
write_view(
    String const& file_name,
    View const& view,
    image_write_info<FormatTag, Log> const& info)
requires mp11::mp_and
        <
            typename detail::is_supported_path_spec<String>::type,
            typename is_format_tag<FormatTag>::type,
            typename is_write_supported
            <
                typename get_pixel_type<View>::type,
                FormatTag
            >::type
        >::value;

Created with MrDocs