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.
1214 |
# File 'sig/types.rbs', line 1214
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.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def auto_adjusted @auto_adjusted end |
#calculated_dpi ⇒ Integer (readonly)
Returns the value of attribute calculated_dpi.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def calculated_dpi @calculated_dpi end |
#dimension_clamped ⇒ Boolean (readonly)
Returns the value of attribute dimension_clamped.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def dimension_clamped @dimension_clamped end |
#final_dpi ⇒ Integer (readonly)
Returns the value of attribute final_dpi.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def final_dpi @final_dpi end |
#resample_method ⇒ String (readonly)
Returns the value of attribute resample_method.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def resample_method @resample_method end |
#resize_error ⇒ String (readonly)
Returns the value of attribute resize_error.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def resize_error @resize_error end |
#scale_factor ⇒ Float (readonly)
Returns the value of attribute scale_factor.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def scale_factor @scale_factor end |
#skipped_resize ⇒ Boolean (readonly)
Returns the value of attribute skipped_resize.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def skipped_resize @skipped_resize end |
#target_dpi ⇒ Integer (readonly)
Returns the value of attribute target_dpi.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def target_dpi @target_dpi end |