Class PNGWriter

    • Field Detail

      • m_Compression

        protected float m_Compression
        the compression (0=none to 1=high).
    • Constructor Detail

      • PNGWriter

        public PNGWriter()
    • Method Detail

      • setCompression

        public void setCompression​(float value)
        Sets the compression to use.
        Parameters:
        value - the compression (0=none to 1=high)
      • getCompression

        public float getCompression()
        Returns the compression to use.
        Returns:
        the compression (0=none to 1=high)
      • compressionTipText

        public String compressionTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • removeAlphaChannel

        public boolean removeAlphaChannel()
        Returns whether the alpha channel must be removed.
        Specified by:
        removeAlphaChannel in class AbstractJAIWriter
        Returns:
        true if to remove