RemoteImageCodec

class RemoteImageCodec(maximumBytes: Int = RemoteLimits().messageBytes)(source)

Portable image sources retaining resource identifiers or bounded immutable straight-ARGB pixels. Transport fragmentation is handled independently; pixel decoding never allocates from unchecked dimensions.

Constructors

Link copied to clipboard
constructor(maximumBytes: Int = RemoteLimits().messageBytes)

Functions

Link copied to clipboard

Validates the complete image record before constructing any client-side image snapshot.

Link copied to clipboard

Serializes a structural resource reference or an immutable caller-owned pixel snapshot.