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

Method showProgress

ij/src/main/java/ij/io/ImageWriter.java:16–19  ·  view source on GitHub ↗
(double progress)

Source from the content-addressed store, hash-verified

14 }
15
16 private void showProgress(double progress) {
17 if (showProgressBar)
18 IJ.showProgress(progress);
19 }
20
21 void write8BitImage(OutputStream out, byte[] pixels) throws IOException {
22 int bytesWritten = 0;

Callers 4

write8BitImageMethod · 0.95
write16BitImageMethod · 0.95
writeFloatImageMethod · 0.95
writeRGBImageMethod · 0.95

Calls 1

showProgressMethod · 0.95

Tested by

no test coverage detected