Uses of Interface
com.google.appengine.api.images.Image
-
Packages that use Image Package Description com.google.appengine.api.images Provides facilities for the creation and manipulation of images. -
-
Uses of Image in com.google.appengine.api.images
Methods in com.google.appengine.api.images that return Image Modifier and Type Method Description ImageImagesService. applyTransform(Transform transform, Image image)Applies the providedtransformto the providedimageencoding the transformed image stored using PNG file format.ImageImagesService. applyTransform(Transform transform, Image image, ImagesService.OutputEncoding encoding)Applies the providedtransformto the providedimageencoding the transformed image stored usingencodingfile format.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.ImageImagesService. composite(Collection<Composite> composites, int width, int height, long color)Applies the providedCollectionofComposites using a canvas with dimensions determined bywidthandheightand background colorcolor.ImageImagesService. composite(Collection<Composite> composites, int width, int height, long color, ImagesService.OutputEncoding encoding)Applies the providedCollectionofComposites using a canvas with dimensions determined bywidthandheightand background colorcolor.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.ImageIImagesServiceFactory. makeImage(byte[] imageData)Creates an image from the providedimageData.static ImageImagesServiceFactory. makeImage(byte[] imageData)Creates an image from the providedimageData.ImageIImagesServiceFactory. makeImageFromBlob(BlobKey blobKey)Create an image backed by the specifiedblobKey.static ImageImagesServiceFactory. makeImageFromBlob(BlobKey blobKey)Create an image backed by the specifiedblobKey.ImageIImagesServiceFactory. makeImageFromFilename(String filename)Create an image backed by the specifiedfilename.static ImageImagesServiceFactory. makeImageFromFilename(String filename)Create an image backed by the specifiedfilename.Methods in com.google.appengine.api.images that return types with arguments of type Image Modifier and Type Method Description Future<Image>ImagesService. applyTransformAsync(Transform transform, Image image)Asynchronously applies the providedtransformto the providedimageencoding the transformed image stored using PNG file format.Future<Image>ImagesService. applyTransformAsync(Transform transform, Image image, ImagesService.OutputEncoding encoding)Asynchronously applies the providedtransformto the providedimageencoding the transformed image stored usingencodingfile format.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.Methods in com.google.appengine.api.images with parameters of type Image Modifier and Type Method Description ImageImagesService. applyTransform(Transform transform, Image image)Applies the providedtransformto the providedimageencoding the transformed image stored using PNG file format.ImageImagesService. applyTransform(Transform transform, Image image, ImagesService.OutputEncoding encoding)Applies the providedtransformto the providedimageencoding the transformed image stored usingencodingfile format.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)Asynchronously applies the providedtransformto the providedimageencoding the transformed image stored using PNG file format.Future<Image>ImagesService. applyTransformAsync(Transform transform, Image image, ImagesService.OutputEncoding encoding)Asynchronously applies the providedtransformto the providedimageencoding the transformed image stored usingencodingfile format.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.int[][]ImagesService. histogram(Image image)Calculates the histogram of the image.CompositeIImagesServiceFactory. makeComposite(Image image, int xOffset, int yOffset, float opacity, Composite.Anchor anchor)Creates an image composition operation.static CompositeImagesServiceFactory. makeComposite(Image image, int xOffset, int yOffset, float opacity, Composite.Anchor anchor)Creates an image composition operation.
-