Class: Origami::Graphics::ImageXObject
Class Method Summary collapse
Instance Method Summary collapse
- #BitsPerComponent= ⇒ Object
- #ColorSpace= ⇒ Object
- #data= ⇒ Object
- #dictionary ⇒ Hash[Symbol, untyped]
- #Height= ⇒ Object
-
#initialize ⇒ ImageXObject
constructor
A new instance of ImageXObject.
- #Width= ⇒ Object
Constructor Details
#initialize ⇒ ImageXObject
Returns a new instance of ImageXObject.
34 |
# File 'sig/custom/origami.rbs', line 34
def initialize: () -> void
|
Class Method Details
.from_image_file ⇒ Object
40 |
# File 'sig/custom/origami.rbs', line 40
def self.from_image_file: (StringIO, String) -> untyped
|
Instance Method Details
#BitsPerComponent= ⇒ Object
36 |
# File 'sig/custom/origami.rbs', line 36
def BitsPerComponent=: (Integer) -> untyped
|
#ColorSpace= ⇒ Object
37 |
# File 'sig/custom/origami.rbs', line 37
def ColorSpace=: (Symbol) -> untyped
|
#dictionary ⇒ Hash[Symbol, untyped]
38 |
# File 'sig/custom/origami.rbs', line 38
def dictionary: () -> Hash[Symbol, untyped]
|
#Height= ⇒ Object
41 |
# File 'sig/custom/origami.rbs', line 41
def Height=: (Integer | Float) -> untyped
|
#Width= ⇒ Object
42 |
# File 'sig/custom/origami.rbs', line 42
def Width=: (Integer | Float) -> untyped
|