Class: PureJPEG::Info

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

Overview

Lightweight metadata returned by info.

Instance Attribute Summary collapse

Instance Attribute Details

#component_countObject

Returns the value of attribute component_count

Returns:

  • (Object)

    the current value of component_count



5
6
7
# File 'lib/pure_jpeg/info.rb', line 5

def component_count
  @component_count
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



5
6
7
# File 'lib/pure_jpeg/info.rb', line 5

def height
  @height
end

#icc_profileObject

Returns the value of attribute icc_profile

Returns:

  • (Object)

    the current value of icc_profile



5
6
7
# File 'lib/pure_jpeg/info.rb', line 5

def icc_profile
  @icc_profile
end

#progressiveObject

Returns the value of attribute progressive

Returns:

  • (Object)

    the current value of progressive



5
6
7
# File 'lib/pure_jpeg/info.rb', line 5

def progressive
  @progressive
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



5
6
7
# File 'lib/pure_jpeg/info.rb', line 5

def width
  @width
end