Sha256: a15609824158afc4be8c9a7f793c09466773192208bf8a982c0ae4ea20ab34df
Contents?: true
Size: 161 Bytes
Versions: 1
Compression:
Stored size: 161 Bytes
Contents
module FastImageParsing class Heic < ImageBase # :nodoc: def dimensions bmff = IsoBmff.new(@stream) [bmff.width, bmff.height] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fastimage-2.4.0 | lib/fastimage/fastimage_parsing/heic.rb |