(String path)
| 360 | } |
| 361 | |
| 362 | private void error(String path) { |
| 363 | IJ.error("LUT Reader", "This is not an ImageJ or NIH Image LUT, a 768 byte \nraw LUT, or a LUT in text format.\n \n"+path); |
| 364 | } |
| 365 | |
| 366 | /** Opens an NIH Image LUT or a 768 byte binary LUT. */ |
| 367 | int openBinaryLut(FileInfo fi, boolean isURL, boolean raw) throws IOException { |