| Package | Description |
|---|---|
| com.foreach.imageserver.client | |
| com.foreach.imageserver.dto | |
| com.foreach.imageserver.math |
| Modifier and Type | Method and Description |
|---|---|
List<ImageResolutionDto> |
ImageServerClient.listAllowedResolutions(String context) |
List<ImageResolutionDto> |
RemoteImageServerClient.listAllowedResolutions(String context) |
List<ImageResolutionDto> |
ImageServerClient.listConfigurableResolutions(String context) |
List<ImageResolutionDto> |
RemoteImageServerClient.listConfigurableResolutions(String context) |
List<ImageResolutionDto> |
ImageServerClient.pregenerateResolutions(String imageId)
Will create the variants for all pregenerate resolutions of the image.
|
List<ImageResolutionDto> |
RemoteImageServerClient.pregenerateResolutions(String imageId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractImageServerClient.addQueryParams(org.springframework.util.MultiValueMap<String,String> queryParams,
ImageResolutionDto imageResolution) |
String |
Md5ImageRequestHashBuilder.calculateHash(String context,
String ratio,
ImageResolutionDto imageResolution,
ImageVariantDto imageVariant,
String... size) |
String |
ImageRequestHashBuilder.calculateHash(String context,
String ratio,
ImageResolutionDto imageResolution,
ImageVariantDto imageVariant,
String... size)
Calculate a security hash of the different parameters.
|
InputStream |
ImageServerClient.imageStream(String imageId,
String context,
ImageResolutionDto imageResolution,
ImageVariantDto imageVariant) |
InputStream |
RemoteImageServerClient.imageStream(String imageId,
String context,
ImageResolutionDto imageResolution,
ImageVariantDto imageVariant) |
String |
AbstractImageServerClient.imageUrl(String imageId,
String context,
ImageResolutionDto imageResolution,
ImageVariantDto imageVariant,
String... size) |
String |
ImageServerClient.imageUrl(String imageId,
String context,
ImageResolutionDto imageResolution,
ImageVariantDto imageVariant,
String... size) |
| Modifier and Type | Method and Description |
|---|---|
ImageResolutionDto |
ImageModificationDto.getResolution() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageModificationDto.setResolution(ImageResolutionDto resolution) |
| Constructor and Description |
|---|
ImageModificationDto(ImageResolutionDto resolution,
CropDto crop,
DimensionsDto density) |
ImageModificationDto(ImageResolutionDto resolution,
CropDto crop,
DimensionsDto density,
DimensionsDto boundaries) |
ImageResolutionDto(ImageResolutionDto original) |
| Modifier and Type | Method and Description |
|---|---|
static AspectRatio |
ImageServerConversionUtils.calculateAspectRatio(ImageResolutionDto resolutionDto) |
static int |
ImageServerConversionUtils.calculateDistance(ImageResolutionDto from,
ImageResolutionDto to) |
Copyright © 2020. All rights reserved.