Class RGBWriter

    • Constructor Detail

      • RGBWriter

        public RGBWriter()
    • Method Detail

      • process

        public void process​(Image[] inputs,
                            Image output,
                            int[] sources,
                            Sampler samp,
                            DepthSampler dpSamp)
        Description copied from class: HTMLWriter
        Process the image. This should happen late.
        Specified by:
        process in interface Processor
        Overrides:
        process in class HTMLWriter
        Parameters:
        inputs - The input images.
        output - The output image
        sources - Usually a map giving the input image used for each output pixel
        samp - The sampler used to create the output
        dpSamp - For 3-d images the sampler in the energy axis.
      • updateSettings

        protected void updateSettings​(Image output,
                                      Sampler samp)
        Update the settings before creating the appropiate HTML
        Overrides:
        updateSettings in class HTMLWriter
        Parameters:
        output - The output image
        samp - The sampler used to create the output image.