Class WebPEncoderOptions

java.lang.Object
com.luciad.imageio.webp.WebPEncoderOptions

public class WebPEncoderOptions extends Object
  • Constructor Details

    • WebPEncoderOptions

      public WebPEncoderOptions()
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getLossless

      public boolean getLossless()
    • setLossless

      public void setLossless(boolean aLossless)
    • getCompressionQuality

      public float getCompressionQuality()
    • setCompressionQuality

      public void setCompressionQuality(float aQuality)
    • getMethod

      public int getMethod()
    • setMethod

      public void setMethod(int aMethod)
    • getTargetSize

      public int getTargetSize()
    • setTargetSize

      public void setTargetSize(int aTargetSize)
    • getTargetPSNR

      public float getTargetPSNR()
    • setTargetPSNR

      public void setTargetPSNR(float aTargetPSNR)
    • getSegments

      public int getSegments()
    • setSegments

      public void setSegments(int aSegments)
    • getSnsStrength

      public int getSnsStrength()
    • setSnsStrength

      public void setSnsStrength(int aSnsStrength)
    • getFilterStrength

      public int getFilterStrength()
    • setFilterStrength

      public void setFilterStrength(int aFilterStrength)
    • getFilterSharpness

      public int getFilterSharpness()
    • setFilterSharpness

      public void setFilterSharpness(int aFilterSharpness)
    • getFilterType

      public int getFilterType()
    • setFilterType

      public void setFilterType(int aFilterType)
    • getAutoAdjustFilterStrength

      public boolean getAutoAdjustFilterStrength()
    • setAutoAdjustFilterStrength

      public void setAutoAdjustFilterStrength(boolean aAutofilter)
    • getAlphaCompressionAlgorithm

      public int getAlphaCompressionAlgorithm()
    • setAlphaCompressionAlgorithm

      public void setAlphaCompressionAlgorithm(int aAlphaCompression)
    • getAlphaFiltering

      public int getAlphaFiltering()
    • setAlphaFiltering

      public void setAlphaFiltering(int aAlphaFiltering)
    • getAlphaQuality

      public int getAlphaQuality()
    • setAlphaQuality

      public void setAlphaQuality(int aAlphaQuality)
    • getEntropyAnalysisPassCount

      public int getEntropyAnalysisPassCount()
    • setEntropyAnalysisPassCount

      public void setEntropyAnalysisPassCount(int aPass)
    • getShowCompressed

      public boolean getShowCompressed()
    • setShowCompressed

      public void setShowCompressed(boolean aShowCompressed)
    • getPreprocessing

      public int getPreprocessing()
    • setPreprocessing

      public void setPreprocessing(int aPreprocessing)
    • getPartitions

      public int getPartitions()
    • setPartitions

      public void setPartitions(int aPartitions)
    • getPartitionLimit

      public int getPartitionLimit()
    • setPartitionLimit

      public void setPartitionLimit(int aPartitionLimit)
    • getEmulateJpegSize

      public boolean getEmulateJpegSize()
    • setEmulateJpegSize

      public void setEmulateJpegSize(boolean aEmulateJpegSize)
    • getThreadLevel

      public int getThreadLevel()
    • setThreadLevel

      public void setThreadLevel(int aThreadLevel)
    • getLowMemory

      public boolean getLowMemory()
    • setLowMemory

      public void setLowMemory(boolean aLowMemory)
    • getNearLossless

      public int getNearLossless()
    • setNearLossless

      public void setNearLossless(int aNearLossless)
    • getExact

      public boolean getExact()
    • setExact

      public void setExact(boolean aExact)
    • getUseDeltaPalette

      public boolean getUseDeltaPalette()
    • setUseDeltaPalette

      public void setUseDeltaPalette(boolean aUseDeltaPalette)
    • getUseSharpYUV

      public boolean getUseSharpYUV()
    • setUseSharpYUV

      public void setUseSharpYUV(boolean aUseSharpYUV)
    • getQMin

      public int getQMin()
    • setQMin

      public void setQMin(int aQMin)
    • getQMax

      public int getQMax()
    • setQMax

      public void setQMax(int aQMax)