Support for run-time instantiated images and image views. More...


Classes | |
| struct | boost::gil::detail::get_view_t< T > |
| struct | boost::gil::detail::images_get_views_t< Images > |
| struct | boost::gil::detail::get_const_view_t< T > |
| struct | boost::gil::detail::images_get_const_views_t< Images > |
| struct | boost::gil::detail::recreate_image_fnobj |
| struct | boost::gil::detail::any_image_get_view< AnyView > |
| struct | boost::gil::detail::any_image_get_const_view< AnyConstView > |
| class | boost::gil::any_image< ImageTypes > |
| Represents a run-time specified image. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::gil | |
| boost::gil::detail | |
Functions | |
view, const_view | |
Get an image view from an image | |
| template<typename Types > | |
| any_image< Types >::view_t | boost::gil::view (any_image< Types > &anyImage) |
| Returns the non-constant-pixel view of any image. The returned view is any view. More... | |
| template<typename Types > | |
| any_image< Types >::const_view_t | boost::gil::const_view (const any_image< Types > &anyImage) |
| Returns the constant-pixel view of any image. The returned view is any view. More... | |
Support for run-time instantiated images and image views.