Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getImage
Method
getImage
ij/src/main/java/ij/CompositeImage.java:102–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
@Override
103
public
Image getImage() {
104
if
(img==null)
105
updateImage();
106
return
img;
107
}
108
109
@Override
110
public
void
updateChannelAndDraw() {
Callers
nothing calls this directly
Calls
1
updateImage
Method · 0.95
Tested by
no test coverage detected