Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
any_image_view.hpp File ReferenceSupport for run-time instantiated image view. More...
#include "variant.hpp"
#include "../../core/image_view.hpp"
#include "../../core/image.hpp"
Go to the source code of this file.
Detailed Description
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Definition in file any_image_view.hpp.
Function Documentation
template<typename TYPES> |
GIL_FORCEINLINE int get_width |
( |
const any_image_view< TYPES > & |
a |
) |
|
|
template<typename TYPES> |
GIL_FORCEINLINE int get_height |
( |
const any_image_view< TYPES > & |
a |
) |
|
|
template<typename TYPES> |
GIL_FORCEINLINE point2<int> get_dimensions |
( |
const any_image_view< TYPES > & |
v |
) |
|
|
|