Annotation Type ImageWriterParams

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int compressionMode
      Specifies the compression mode for the output image.
      float compressionQuality
      Specifies the compression quality of the image being written.
    • Element Detail

      • compressionQuality

        float compressionQuality
        Specifies the compression quality of the image being written. By default, the highest compression level is used. A float value between 0.0f and 1.0f are acceptable. The default value is 1.0f;
        Returns:
        compression quality
        Default:
        1.0f