Class: PureJPEG::JFIFReader::Component

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

Instance Attribute Summary collapse

Instance Attribute Details

#h_samplingObject

Returns the value of attribute h_sampling

Returns:

  • (Object)

    the current value of h_sampling



8
9
10
# File 'lib/pure_jpeg/jfif_reader.rb', line 8

def h_sampling
  @h_sampling
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/pure_jpeg/jfif_reader.rb', line 8

def id
  @id
end

#qt_idObject

Returns the value of attribute qt_id

Returns:

  • (Object)

    the current value of qt_id



8
9
10
# File 'lib/pure_jpeg/jfif_reader.rb', line 8

def qt_id
  @qt_id
end

#v_samplingObject

Returns the value of attribute v_sampling

Returns:

  • (Object)

    the current value of v_sampling



8
9
10
# File 'lib/pure_jpeg/jfif_reader.rb', line 8

def v_sampling
  @v_sampling
end