Package | Description |
---|---|
com.sdl.context.image | |
com.sdl.context.image.api | |
com.sdl.context.image.transformation.managers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImage
Abstract image which provides extension and contentType functionality.
|
class |
FileImage
Image based on a local file.
|
class |
HttpImage
Http Image class which will be used for the images retrieved via HttpClient.
|
class |
TransformedImage
A transformed image.
|
class |
UrlImage
Image located at a URL.
|
Modifier and Type | Method and Description |
---|---|
TransformedImage |
ImageFactory.createTransformedImage(Image image)
Create a transformed image (of the desired format) from an Image.
|
TransformedImage |
ImageFactory.createTransformedImage(Image image,
String extension)
Create a transformed image (of the desired format) from an Image.
|
Constructor and Description |
---|
ImageIoWrapper(Image image) |
TransformedImage(Image image,
String outputFormat)
Create a transformed image (of the desired format) from an Image.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClarifiedImage
An image which we know more information about.
|
interface |
UriImage
An image which can be uniquely identified (by it's URI).
|
Modifier and Type | Method and Description |
---|---|
ClarifiedImage |
ImageTransformer.transform(Image imageIn)
Method which takes in a source image and returns a transformed version of it.
|
Modifier and Type | Method and Description |
---|---|
javax.cache.Cache<String,Image> |
TransformationCacheAccessor.getImageTransformCache() |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries