Class: PureJPEG::JFIFReader::Scan
- Inherits:
-
Struct
- Object
- Struct
- PureJPEG::JFIFReader::Scan
- Defined in:
- lib/pure_jpeg/jfif_reader.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#data ⇒ Object
Returns the value of attribute data.
-
#huffman_tables ⇒ Object
Returns the value of attribute huffman_tables.
-
#spectral_end ⇒ Object
Returns the value of attribute spectral_end.
-
#spectral_start ⇒ Object
Returns the value of attribute spectral_start.
-
#successive_high ⇒ Object
Returns the value of attribute successive_high.
-
#successive_low ⇒ Object
Returns the value of attribute successive_low.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def components @components end |
#data ⇒ Object
Returns the value of attribute data
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def data @data end |
#huffman_tables ⇒ Object
Returns the value of attribute huffman_tables
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def huffman_tables @huffman_tables end |
#spectral_end ⇒ Object
Returns the value of attribute spectral_end
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def spectral_end @spectral_end end |
#spectral_start ⇒ Object
Returns the value of attribute spectral_start
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def spectral_start @spectral_start end |
#successive_high ⇒ Object
Returns the value of attribute successive_high
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def successive_high @successive_high end |
#successive_low ⇒ Object
Returns the value of attribute successive_low
10 11 12 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 10 def successive_low @successive_low end |