Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ fg_release_image
Function
fg_release_image
src/api/c/image.cpp:51–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
fg_err fg_release_image(fg_image pImage)
52
{
53
try {
54
ARG_ASSERT(0, (pImage!=0));
55
56
delete getImage(pImage);
57
}
58
CATCHALL
59
60
return FG_ERR_NONE;
61
}
62
63
fg_err fg_set_image_alpha(fg_image pImage, const float pAlpha)
64
{
Callers
1
~Image
Method · 0.85
Calls
1
getImage
Function · 0.85
Tested by
no test coverage detected