Transform |
IImagesServiceFactory.makeCrop(double leftX,
double topY,
double rightX,
double bottomY) |
Creates a transform that will crop an image to fit within the bounding box specified.
|
Transform |
IImagesServiceFactory.makeCrop(float leftX,
float topY,
float rightX,
float bottomY) |
Creates a transform that will crop an image to fit within the bounding box specified.
|
static Transform |
ImagesServiceFactory.makeCrop(double leftX,
double topY,
double rightX,
double bottomY) |
Creates a transform that will crop an image to fit within the bounding
box specified.
|
static Transform |
ImagesServiceFactory.makeCrop(float leftX,
float topY,
float rightX,
float bottomY) |
Creates a transform that will crop an image to fit within the bounding
box specified.
|
Transform |
IImagesServiceFactory.makeHorizontalFlip() |
Creates a transform that will horizontally flip an image.
|
static Transform |
ImagesServiceFactory.makeHorizontalFlip() |
Creates a transform that will horizontally flip an image.
|
Transform |
IImagesServiceFactory.makeImFeelingLucky() |
Creates a transform that automatically adjust contrast and color levels.
|
static Transform |
ImagesServiceFactory.makeImFeelingLucky() |
Creates a transform that automatically adjust contrast and color levels.
|
Transform |
IImagesServiceFactory.makeResize(int width,
int height) |
Creates a transform that will resize an image to fit within a box with width width and
height height.
|
Transform |
IImagesServiceFactory.makeResize(int width,
int height,
boolean allowStretch) |
Creates a resize transform that will resize an image to fit within a box of width width
and height height.
|
Transform |
IImagesServiceFactory.makeResize(int width,
int height,
double cropOffsetX,
double cropOffsetY) |
Creates a transform that will resize an image to exactly fit a box with width width and
height height by resizing to the less constraining dimension and cropping the other.
|
Transform |
IImagesServiceFactory.makeResize(int width,
int height,
float cropOffsetX,
float cropOffsetY) |
Creates a transform that will resize an image to exactly fit a box with width width and
height height by resizing to the less constraining dimension and cropping the other.
|
static Transform |
ImagesServiceFactory.makeResize(int width,
int height) |
Creates a transform that will resize an image to fit within a box with
width width and height height.
|
static Transform |
ImagesServiceFactory.makeResize(int width,
int height,
boolean allowStretch) |
Creates a resize transform that will resize an image to fit within a box
of width width and height height.
|
static Transform |
ImagesServiceFactory.makeResize(int width,
int height,
double cropOffsetX,
double cropOffsetY) |
Creates a transform that will resize an image to exactly fit a box with
width width and height height by resizing to the less
constraining dimension and cropping the other.
|
static Transform |
ImagesServiceFactory.makeResize(int width,
int height,
float cropOffsetX,
float cropOffsetY) |
Creates a transform that will resize an image to exactly fit a box with
width width and height height by resizing to the less
constraining dimension and cropping the other.
|
Transform |
IImagesServiceFactory.makeRotate(int degrees) |
Creates a transform that rotates an image by degrees degrees clockwise.
|
static Transform |
ImagesServiceFactory.makeRotate(int degrees) |
Creates a transform that rotates an image by degrees degrees
clockwise.
|
Transform |
IImagesServiceFactory.makeVerticalFlip() |
Creates a transform that will vertically flip an image.
|
static Transform |
ImagesServiceFactory.makeVerticalFlip() |
Creates a transform that will vertically flip an image.
|