Uses of Class
com.google.appengine.api.images.OutputSettings
-
Packages that use OutputSettings Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of OutputSettings in com.google.appengine.api.images
Methods in com.google.appengine.api.images with parameters of type OutputSettings Modifier and Type Method Description ImageImagesService. applyTransform(Transform transform, Image image, InputSettings inputSettings, OutputSettings outputSettings)Applies the providedtransformto the providedimageencoding the transformed image stored usingoutputSettingsinterpretingimageaccording toinputSettings.ImageImagesService. applyTransform(Transform transform, Image image, OutputSettings settings)Applies the providedtransformto the providedimageencoding the transformed image stored usingsettings.Future<Image>ImagesService. applyTransformAsync(Transform transform, Image image, InputSettings inputSettings, OutputSettings outputSettings)Asynchronously applies the providedtransformto the providedimageencoding the transformed image stored usingsettingsinterpretingimageaccording toinputSettings.Future<Image>ImagesService. applyTransformAsync(Transform transform, Image image, OutputSettings settings)Asynchronously applies the providedtransformto the providedimageencoding the transformed image stored usingsettings.ImageImagesService. composite(Collection<Composite> composites, int width, int height, long color, OutputSettings settings)Applies the providedCollectionofComposites using a canvas with dimensions determined bywidthandheightand background colorcolor.
-