Skip to content
Snippets Groups Projects
Commit b3b08b07 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Open 2D images without complaining...

parent e137c9ae
No related branches found
No related tags found
No related merge requests found
......@@ -163,13 +163,6 @@ public class OpenImagePlusPlugIn implements Command
return null;
}
// check the image dimensionality
if ( imp.getNDimensions() < 3 )
{
IJ.showMessage( imp.getShortTitle() + ": Image must be at least 3-dimensional!" );
return null;
}
// get calibration and image size
final double pw = imp.getCalibration().pixelWidth;
final double ph = imp.getCalibration().pixelHeight;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment