Class: Xberg::ImagePreprocessingMetadata
- Inherits:
-
Object
- Object
- Xberg::ImagePreprocessingMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#auto_adjusted ⇒ Boolean
readonly
Returns the value of attribute auto_adjusted.
-
#calculated_dpi ⇒ Integer
readonly
Returns the value of attribute calculated_dpi.
-
#dimension_clamped ⇒ Boolean
readonly
Returns the value of attribute dimension_clamped.
-
#final_dpi ⇒ Integer
readonly
Returns the value of attribute final_dpi.
-
#resample_method ⇒ String
readonly
Returns the value of attribute resample_method.
-
#resize_error ⇒ String
readonly
Returns the value of attribute resize_error.
-
#scale_factor ⇒ Float
readonly
Returns the value of attribute scale_factor.
-
#skipped_resize ⇒ Boolean
readonly
Returns the value of attribute skipped_resize.
-
#target_dpi ⇒ Integer
readonly
Returns the value of attribute target_dpi.
Instance Method Summary collapse
-
#initialize ⇒ ImagePreprocessingMetadata
constructor
A new instance of ImagePreprocessingMetadata.
Constructor Details
#initialize ⇒ ImagePreprocessingMetadata
Returns a new instance of ImagePreprocessingMetadata.
1254 |
# File 'sig/types.rbs', line 1254
def initialize: (target_dpi: Integer, scale_factor: Float, auto_adjusted: bool, final_dpi: Integer, resample_method: String, dimension_clamped: bool, ?calculated_dpi: Integer, skipped_resize: bool, ?resize_error: String) -> void
|
Instance Attribute Details
#auto_adjusted ⇒ Boolean (readonly)
Returns the value of attribute auto_adjusted.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def auto_adjusted @auto_adjusted end |
#calculated_dpi ⇒ Integer (readonly)
Returns the value of attribute calculated_dpi.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def calculated_dpi @calculated_dpi end |
#dimension_clamped ⇒ Boolean (readonly)
Returns the value of attribute dimension_clamped.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def dimension_clamped @dimension_clamped end |
#final_dpi ⇒ Integer (readonly)
Returns the value of attribute final_dpi.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def final_dpi @final_dpi end |
#resample_method ⇒ String (readonly)
Returns the value of attribute resample_method.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def resample_method @resample_method end |
#resize_error ⇒ String (readonly)
Returns the value of attribute resize_error.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def resize_error @resize_error end |
#scale_factor ⇒ Float (readonly)
Returns the value of attribute scale_factor.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def scale_factor @scale_factor end |
#skipped_resize ⇒ Boolean (readonly)
Returns the value of attribute skipped_resize.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def skipped_resize @skipped_resize end |
#target_dpi ⇒ Integer (readonly)
Returns the value of attribute target_dpi.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def target_dpi @target_dpi end |