Class: PureJPEG::JFIFReader::Scan

Inherits:
Struct
  • Object
show all
Defined in:
lib/pure_jpeg/jfif_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def components
  @components
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def data
  @data
end

#huffman_tablesObject

Returns the value of attribute huffman_tables

Returns:

  • (Object)

    the current value of huffman_tables



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def huffman_tables
  @huffman_tables
end

#spectral_endObject

Returns the value of attribute spectral_end

Returns:

  • (Object)

    the current value of spectral_end



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def spectral_end
  @spectral_end
end

#spectral_startObject

Returns the value of attribute spectral_start

Returns:

  • (Object)

    the current value of spectral_start



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def spectral_start
  @spectral_start
end

#successive_highObject

Returns the value of attribute successive_high

Returns:

  • (Object)

    the current value of successive_high



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def successive_high
  @successive_high
end

#successive_lowObject

Returns the value of attribute successive_low

Returns:

  • (Object)

    the current value of successive_low



10
11
12
# File 'lib/pure_jpeg/jfif_reader.rb', line 10

def successive_low
  @successive_low
end