(double progress)
| 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; |
no test coverage detected