boost::gil::derived_view_type

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

Synopsis

template<
    typename View,
    typename T = use_default,
    typename L = use_default,
    typename IsPlanar = use_default,
    typename StepX = use_default,
    typename IsMutable = use_default>
class derived_view_type;

Description

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

Type Aliases

Name

type

Created with MrDocs