Skip to content
Snippets Groups Projects
Commit 5c8a1fb9 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Able to use SCIFIO in DataCompressor.

parent f07e67b9
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ public class DataCompressor {
public static void main(String[] args) throws IOException {
SCIFIO scifio = new SCIFIO();
final String file = "D:\\biology\\tiff_data\\fused_tp_10_ch_0.tif";
final String file = args[0];//"D:\\biology\\tiff_data\\fused_tp_10_ch_0.tif";
final Reader reader;
try {
reader = scifio.initializer().initializeReader(file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment