boost::gil::derived_image_type

Constructs a homogeneous image type from a source image type by changing some of the properties.

Synopsis

template<
    typename Image,
    typename T = use_default,
    typename L = use_default,
    typename IsPlanar = use_default>
class derived_image_type;

Description

Use use_default for the properties of the source image that you want to keep

Type Aliases

Name

type

Created with MrDocs