MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getWidth

Method getWidth

ij/src/main/java/ij/ImagePlus.java:1325–1327  ·  view source on GitHub ↗

Returns the width of this image in pixels.

()

Source from the content-addressed store, hash-verified

1323
1324 /** Returns the width of this image in pixels. */
1325 public int getWidth() {
1326 return width;
1327 }
1328
1329 /** Returns the height of this image in pixels. */
1330 public int getHeight() {

Callers 15

createRoiMaskMethod · 0.95
getSizeInBytesMethod · 0.95
flattenImageMethod · 0.95
getProcessorMethod · 0.95
changeValuesMethod · 0.95
getBoundsMethod · 0.95
doImageMethod · 0.95
runMethod · 0.95
mergeStacksMethod · 0.95
mergeHyperstacksMethod · 0.95
openRoiMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected