InputSettings (Google App Engine API for Java)

com.google.appengine.api.images

Class InputSettings

  • java.lang.Object
    • com.google.appengine.api.images.InputSettings


  • public class InputSettings
    extends java.lang.Object
    InputSettings represents the different settings to specify how an Image is interpreted by a transform.
    • Method Detail

      • setOrientationCorrection

        public void setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)
        Set what action to take with respect to correcting image orientation based on image metadata.
        Parameters:
        orientationCorrection - what should be done to correct orientation
      • getOrientationCorrection

        public InputSettings.OrientationCorrection getOrientationCorrection()
        Get what action to take with respect to correcting image orientation based on image metadata.
        Returns:
        what should be done to correct orientation