Class: PureJPEG::Info
- Inherits:
-
Struct
- Object
- Struct
- PureJPEG::Info
- Defined in:
- lib/pure_jpeg/info.rb
Overview
Lightweight metadata returned by info.
Instance Attribute Summary collapse
-
#component_count ⇒ Object
Returns the value of attribute component_count.
-
#height ⇒ Object
Returns the value of attribute height.
-
#icc_profile ⇒ Object
Returns the value of attribute icc_profile.
-
#progressive ⇒ Object
Returns the value of attribute progressive.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#component_count ⇒ Object
Returns the value of attribute component_count
5 6 7 |
# File 'lib/pure_jpeg/info.rb', line 5 def component_count @component_count end |
#height ⇒ Object
Returns the value of attribute height
5 6 7 |
# File 'lib/pure_jpeg/info.rb', line 5 def height @height end |
#icc_profile ⇒ Object
Returns the value of attribute icc_profile
5 6 7 |
# File 'lib/pure_jpeg/info.rb', line 5 def icc_profile @icc_profile end |
#progressive ⇒ Object
Returns the value of attribute progressive
5 6 7 |
# File 'lib/pure_jpeg/info.rb', line 5 def progressive @progressive end |
#width ⇒ Object
Returns the value of attribute width
5 6 7 |
# File 'lib/pure_jpeg/info.rb', line 5 def width @width end |