abstract struct FastImage::Meta
- FastImage::Meta
- Struct
- Value
- Object
Overview
Struct to support different file types parsing
Direct Known Subclasses
- FastImage::BMP
- FastImage::CUR
- FastImage::GIF
- FastImage::ICO
- FastImage::JPEG
- FastImage::PNG
- FastImage::PSD
- FastImage::SVG
- FastImage::TIFF
- FastImage::WEBP
Defined in:
fastimage/meta.crConstructors
-
.new(io : IO, initial_pos : Int32 = 0)
We pass original position to #initialize, because some IOs (like HTTP) does not support #pos
- .new
Instance Method Summary
Constructor Detail
def self.new(io : IO, initial_pos : Int32 = 0)
#
We pass original position to #initialize, because some IOs (like HTTP) does not support #pos