Class: HexaPDF::Type::Image::Info
- Inherits:
-
Struct
- Object
- Struct
- HexaPDF::Type::Image::Info
- Defined in:
- lib/hexapdf/type/image.rb
Overview
The structure that is returned by the Image#info method.
Instance Attribute Summary collapse
-
#bits_per_component ⇒ Object
Returns the value of attribute bits_per_component.
-
#color_space ⇒ Object
Returns the value of attribute color_space.
-
#components ⇒ Object
Returns the value of attribute components.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#height ⇒ Object
Returns the value of attribute height.
-
#indexed ⇒ Object
Returns the value of attribute indexed.
-
#type ⇒ Object
Returns the value of attribute type.
-
#width ⇒ Object
Returns the value of attribute width.
-
#writable ⇒ Object
Returns the value of attribute writable.
Instance Attribute Details
#bits_per_component ⇒ Object
Returns the value of attribute bits_per_component
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def bits_per_component @bits_per_component end |
#color_space ⇒ Object
Returns the value of attribute color_space
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def color_space @color_space end |
#components ⇒ Object
Returns the value of attribute components
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def components @components end |
#extension ⇒ Object
Returns the value of attribute extension
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def extension @extension end |
#height ⇒ Object
Returns the value of attribute height
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def height @height end |
#indexed ⇒ Object
Returns the value of attribute indexed
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def indexed @indexed end |
#type ⇒ Object
Returns the value of attribute type
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def type @type end |
#width ⇒ Object
Returns the value of attribute width
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def width @width end |
#writable ⇒ Object
Returns the value of attribute writable
52 53 54 |
# File 'lib/hexapdf/type/image.rb', line 52 def writable @writable end |