Package | Description |
---|---|
com.aspose.imaging.api |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
ImagingApi.GetChangeImageScale(String name,
String format,
Integer newWidth,
Integer newHeight,
String outPath,
String folder,
String storage)
GetChangeImageScale
Change scale of an existing image
|
ResponseMessage |
ImagingApi.GetCropImage(String name,
String format,
Integer x,
Integer y,
Integer width,
Integer height,
String outPath,
String folder,
String storage)
GetCropImage
Crop existing image
|
ResponseMessage |
ImagingApi.GetImageBmp(String name,
Integer bitsPerPixel,
Integer horizontalResolution,
Integer verticalResolution,
Boolean fromScratch,
String outPath,
String folder,
String storage)
GetImageBmp
Update parameters of bmp image.
|
ResponseMessage |
ImagingApi.GetImageFrame(String name,
Integer frameId,
Integer newWidth,
Integer newHeight,
Integer x,
Integer y,
Integer rectWidth,
Integer rectHeight,
String rotateFlipMethod,
Boolean saveOtherFrames,
String outPath,
String folder,
String storage)
GetImageFrame
Get separate frame of tiff image
|
ResponseMessage |
ImagingApi.GetImageGif(String name,
Integer backgroundColorIndex,
Integer colorResolution,
Boolean hasTrailer,
Boolean interlaced,
Boolean isPaletteSorted,
Integer pixelAspectRatio,
Boolean fromScratch,
String outPath,
String folder,
String storage)
GetImageGif
Update parameters of bmp image.
|
ResponseMessage |
ImagingApi.GetImageJpg(String name,
Integer quality,
String compressionType,
Boolean fromScratch,
String outPath,
String folder,
String storage)
GetImageJpg
Update parameters of jpg image.
|
ResponseMessage |
ImagingApi.GetImagePng(String name,
Boolean fromScratch,
String outPath,
String folder,
String storage)
GetImagePng
Update parameters of png image.
|
ResponseMessage |
ImagingApi.GetImagePsd(String name,
Integer channelsCount,
String compressionMethod,
Boolean fromScratch,
String outPath,
String folder,
String storage)
GetImagePsd
Update parameters of psd image.
|
ResponseMessage |
ImagingApi.GetImageRotateFlip(String name,
String format,
String method,
String outPath,
String folder,
String storage)
GetImageRotateFlip
Rotate and flip existing image
|
ResponseMessage |
ImagingApi.GetImageSaveAs(String name,
String format,
String outPath,
String folder,
String storage)
GetImageSaveAs
Export existing image to another format
|
ResponseMessage |
ImagingApi.GetTiffToFax(String name,
String storage,
String folder,
String outPath)
GetTiffToFax
Get tiff image for fax.
|
ResponseMessage |
ImagingApi.GetUpdatedImage(String name,
String format,
Integer newWidth,
Integer newHeight,
Integer x,
Integer y,
Integer rectWidth,
Integer rectHeight,
String rotateFlipMethod,
String outPath,
String folder,
String storage)
GetUpdatedImage
Perform scaling, cropping and flipping of an image in single request.
|
ResponseMessage |
ImagingApi.PostChangeImageScale(String format,
Integer newWidth,
Integer newHeight,
String outPath,
File file)
PostChangeImageScale
Change scale of an image from body
|
ResponseMessage |
ImagingApi.PostCropImage(String format,
Integer x,
Integer y,
Integer width,
Integer height,
String outPath,
File file)
PostCropImage
Crop image from body
|
ResponseMessage |
ImagingApi.PostImageBmp(Integer bitsPerPixel,
Integer horizontalResolution,
Integer verticalResolution,
Boolean fromScratch,
String outPath,
File file)
PostImageBmp
Update parameters of bmp image.
|
ResponseMessage |
ImagingApi.PostImageGif(Integer backgroundColorIndex,
Integer colorResolution,
Boolean hasTrailer,
Boolean interlaced,
Boolean isPaletteSorted,
Integer pixelAspectRatio,
Boolean fromScratch,
String outPath,
File file)
PostImageGif
Update parameters of gif image.
|
ResponseMessage |
ImagingApi.PostImageJpg(Integer quality,
String compressionType,
Boolean fromScratch,
String outPath,
File file)
PostImageJpg
Update parameters of jpg image.
|
ResponseMessage |
ImagingApi.PostImagePng(Boolean fromScratch,
String outPath,
File file)
PostImagePng
Update parameters of png image.
|
ResponseMessage |
ImagingApi.PostImagePsd(Integer channelsCount,
String compressionMethod,
Boolean fromScratch,
String outPath,
File file)
PostImagePsd
Update parameters of psd image.
|
ResponseMessage |
ImagingApi.PostImageRotateFlip(String format,
String method,
String outPath,
File file)
PostImageRotateFlip
Rotate and flip existing image and get it from response.
|
ResponseMessage |
ImagingApi.PostImageSaveAs(String format,
Integer newWidth,
Integer newHeight,
Integer x,
Integer y,
Integer rectWidth,
Integer rectHeight,
String rotateFlipMethod,
String outPath,
File file)
PostImageSaveAs
Perform scaling, cropping and flipping of an image in single request.
|
ResponseMessage |
ImagingApi.PostImageSaveAs(String format,
String outPath,
File file)
PostImageSaveAs
Export existing image to another format.
|
ResponseMessage |
ImagingApi.PostProcessTiff(String compression,
String resolutionUnit,
Integer bitDepth,
Boolean fromScratch,
Float horizontalResolution,
Float verticalResolution,
String outPath,
File file)
PostProcessTiff
Update tiff image.
|
Copyright © 2016. All rights reserved.