boost::gil::make_dynamic_image_writer
Synopsis
template<
typename String,
typename FormatTag>
get_dynamic_image_writer<String, FormatTag>::type
make_dynamic_image_writer(
String const& file_name,
image_write_info<FormatTag> const& info)
requires mp11::mp_and
<
detail::is_supported_path_spec<String>,
is_format_tag<FormatTag>
>::value;
Created with MrDocs