Module: ZPNG::BMP::ImageMixin
- Defined in:
- lib/zpng/bmp/reader.rb
Instance Method Summary collapse
Instance Method Details
#imagedata ⇒ Object
149 150 151 |
# File 'lib/zpng/bmp/reader.rb', line 149 def imagedata @imagedata ||= @scanlines.sort_by(&:offset).map(&:decoded_bytes).join end |