Module ij
Package ij.plugin

Class Scaler

    • Constructor Detail

      • Scaler

        public Scaler()
    • Method Detail

      • run

        public void run​(String arg)
        Description copied from interface: PlugIn
        This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
        Specified by:
        run in interface PlugIn
      • resize

        public static ImagePlus resize​(ImagePlus imp,
                                       int dstWidth,
                                       int dstHeight,
                                       int dstDepth,
                                       String options)
        Returns a scaled copy of this image or ROI, where the 'options' string can contain 'none', 'bilinear'. 'bicubic', 'slice' and 'constrain'.
      • record

        public static void record​(ImagePlus imp,
                                  int w2,
                                  int h2,
                                  int d2,
                                  int method)