Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ NewImage
Method
NewImage
ij/src/main/java/ij/gui/NewImage.java:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
private
int
gwidth, gheight, gslices, gtype, gfill;
32
33
public
NewImage() {
34
openImage();
35
}
36
37
static
boolean createStack(ImagePlus imp, ImageProcessor ip,
int
nSlices,
int
type,
int
options) {
38
int
fill = getFill(options);
Callers
nothing calls this directly
Calls
1
openImage
Method · 0.95
Tested by
no test coverage detected