MCPcopy Create free account
hub / github.com/arrayfire/forge / fg_get_image_height

Function fg_get_image_height

src/api/c/image.cpp:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98fg_err fg_get_image_height(unsigned *pOut, const fg_image pImage)
99{
100 try {
101 ARG_ASSERT(1, (pImage!=0));
102
103 *pOut = getImage(pImage)->height();
104 }
105 CATCHALL
106
107 return FG_ERR_NONE;
108}
109
110fg_err fg_get_image_pixelformat(fg_channel_format* pOut, const fg_image pImage)
111{

Callers 1

heightMethod · 0.85

Calls 2

getImageFunction · 0.85
heightMethod · 0.45

Tested by

no test coverage detected