Package-level declarations

Types

Link copied to clipboard

Sets the cropping strategy when added as the 'crop' query parameter to a Stream CDN hosted image URL. The default crop mode when resizing is StreamCdnCropImageMode.CENTER.

Link copied to clipboard
@Immutable
data class StreamCdnOriginalImageDimensions(val originalWidth: Int, val originalHeight: Int)

Holds the original width and height information for images hosted by Stream CDN which declare said properties in their URL.

Link copied to clipboard

Sets the resizing mode when added as the 'resize' query parameter to a Stream CDN hosted image URL. The default CDN resizing mode is CLIP.