Class JAIScale

    • Field Detail

      • interpolationType

        public StringAttribute interpolationType
        The type of interpolation to use. This is a string valued attribute that defaults to type "bilinear"
      • specifySize

        public Parameter specifySize
        If true (the default), then the image will be scaled to the dimensions provided in width and height. If false, then the width and height of the image will be scaled by the respective amounts provided in xScaleFactor and yScaleFactor.
      • subSampleBits

        public Parameter subSampleBits
        The subsample precision. The default value of this parameter is the integer value 8.
      • xScaleFactor

        public Parameter xScaleFactor
        The scaling factor in the horizontal direction. The default value of this parameter is the double value 1.0
      • yScaleFactor

        public Parameter yScaleFactor
        The scaling factor in the vertical direction. The default value of this parameter is the double value 1.0
      • width

        public Parameter width
        The desired width in pixels. The default value of this parameter is the integer 800.
      • height

        public Parameter height
        The desired height in pixels. The default value of this parameter is the integer 600.