Package-level declarations

Types

Link copied to clipboard
interface ImageSizeAware

Effectively a marker interface for VP8, VP8L & VP8X. One of these must always be present and contains the image size.

Link copied to clipboard
open class WebPChunk(val type: WebPChunkType, val bytes: ByteArray)
Link copied to clipboard
class WebPChunkExif(val bytes: ByteArray) : WebPChunk
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class WebPChunkXmp(val bytes: ByteArray) : WebPChunk