boost::gil::view

Returns the non‐constant‐pixel view of any image. The returned view is any view.

Synopsis

template<typename... Images>
[[__always_inline__]]
any_image<Images...>::view_t
view(any_image<Images...>& img);

Return Value

the non‐constant‐pixel view of any image. The returned view is any view.

Template Parameters

Name

Description

Images

Models ImageVectorConcept

Parameters

Name

Description

img

Represents a run‐time specified image. Note it does NOT model ImageConcept

Created with MrDocs