struct FastImage::WEBP

Defined in:

fastimage/meta/webp.cr

Constant Summary

MAGICK = Bytes[82, 73, 70, 70]
VP8 = Bytes[86, 80, 56, 32]

VP8 chunk ID

VP8L = Bytes[86, 80, 56, 76]

VP8L chunk ID

VP8X = Bytes[86, 80, 56, 88]

VP8L chunk ID

Instance Method Summary

Instance methods inherited from struct FastImage::Meta

dimensions dimensions, height : UInt16? height, initial_pos : Int32 initial_pos, width : UInt16? width

Constructor methods inherited from struct FastImage::Meta

new(io : IO, initial_pos = 0)
new
new

Instance Method Detail

def type #

[View source]