boost::gil::default_channel_converter

Same as channel_converter, except it takes the destination channel by reference, which allows us to move the templates from the class level to the method level. This is important when invoking it on heterogeneous pixels.

Synopsis

struct default_channel_converter;

Member Functions

Name

operator()

Created with MrDocs