Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
Image ViewImage views and related operations.
More... |
Modules | |
Image View Constructors | |
Classes | |
class | any_image_view< IMAGE_VIEW_TYPES > |
Represents a run-time specified image view. More... | |
class | image_view< LOC > |
A lightweight object that interprets memory as a 2D array of pixels. More... | |
get_width, get_height, get_dimensions, get_num_channels | |
Returns the dimensions and number of channels of an instance of any_image_view | |
template<typename TYPES> | |
GIL_FORCEINLINE int | get_num_channels (const any_image_view< TYPES > &a) |
get_width, get_height, get_dimensions, get_num_channels | |
Returns the dimensions of an image or an image view | |
template<typename T> | |
int | get_num_channels (const T &) |
|
Returns the number of channels of an image or an image view.
Definition at line 181 of file image_view.hpp. |
|
Returns the number of channels of any image view.
Definition at line 76 of file any_image_view.hpp. |