Class GifOptionsDTO

    • Constructor Detail

      • GifOptionsDTO

        public GifOptionsDTO()
    • Method Detail

      • isDoPaletteCorrection

        public Boolean isDoPaletteCorrection()
        Determines whether to do auto-correction of a palette
        Returns:
        doPaletteCorrection
      • setDoPaletteCorrection

        public void setDoPaletteCorrection​(Boolean doPaletteCorrection)
      • getColorResolution

        public Integer getColorResolution()
        Color resolution
        Returns:
        colorResolution
      • setColorResolution

        public void setColorResolution​(Integer colorResolution)
      • isIsPaletteSorted

        public Boolean isIsPaletteSorted()
        Determines whether a palette is sorted
        Returns:
        isPaletteSorted
      • setIsPaletteSorted

        public void setIsPaletteSorted​(Boolean isPaletteSorted)
      • getPixelAspectRatio

        public Integer getPixelAspectRatio()
        Pixel aspect ration
        Returns:
        pixelAspectRatio
      • setPixelAspectRatio

        public void setPixelAspectRatio​(Integer pixelAspectRatio)
      • backgroundColorIndex

        public GifOptionsDTO backgroundColorIndex​(Integer backgroundColorIndex)
      • getBackgroundColorIndex

        public Integer getBackgroundColorIndex()
        Background color index
        Returns:
        backgroundColorIndex
      • setBackgroundColorIndex

        public void setBackgroundColorIndex​(Integer backgroundColorIndex)
      • isHasTrailer

        public Boolean isHasTrailer()
        Determines whether image has to have a trailer
        Returns:
        hasTrailer
      • setHasTrailer

        public void setHasTrailer​(Boolean hasTrailer)
      • isInterlaced

        public Boolean isInterlaced()
        Determines whether an image has to be interlaced
        Returns:
        interlaced
      • setInterlaced

        public void setInterlaced​(Boolean interlaced)