abstract struct FastImage::Meta
- FastImage::Meta
- Struct
- Value
- Object
Overview
Struct to support different file types
Direct Known Subclasses
- FastImage::BMP
- FastImage::CUR
- FastImage::GIF
- FastImage::ICO
- FastImage::JPEG
- FastImage::PNG
- FastImage::PSD
- FastImage::SVG
- FastImage::TIFF::BigEndian
- FastImage::TIFF::LittleEndian
- FastImage::WEBP
Defined in:
fastimage/meta.crConstructors
-
.new(io : IO, initial_pos = 0)
Creates a new
FastImage::Meta
struct. - .new
Instance Method Summary
Constructor Detail
def self.new(io : IO, initial_pos = 0)
#
Creates a new FastImage::Meta
struct.
initial_pos should be passed because some IOs (eg. HTTP
) does not support IO#pos
method.