aspose_imaging_cloud 1.0.0 → 19.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +224 -61
  3. data/lib/aspose-imaging-cloud.rb +161 -0
  4. data/lib/aspose-imaging-cloud/api/imaging_api.rb +684 -0
  5. data/lib/aspose-imaging-cloud/api_client.rb +357 -0
  6. data/lib/aspose-imaging-cloud/api_error.rb +42 -0
  7. data/lib/{aspose_imaging_cloud → aspose-imaging-cloud}/configuration.rb +236 -166
  8. data/lib/aspose-imaging-cloud/models/big_rectangular_filter_properties.rb +206 -0
  9. data/lib/aspose-imaging-cloud/models/bilateral_smoothing_filter_properties.rb +281 -0
  10. data/lib/aspose-imaging-cloud/models/bmp_properties.rb +202 -0
  11. data/lib/aspose-imaging-cloud/models/convolution_filter_properties.rb +236 -0
  12. data/lib/aspose-imaging-cloud/models/deconvolution_filter_properties.rb +266 -0
  13. data/lib/aspose-imaging-cloud/models/dicom_properties.rb +584 -0
  14. data/lib/aspose-imaging-cloud/models/disc_usage.rb +222 -0
  15. data/lib/aspose-imaging-cloud/models/djvu_properties.rb +232 -0
  16. data/lib/aspose-imaging-cloud/models/dng_properties.rb +329 -0
  17. data/lib/aspose-imaging-cloud/models/error.rb +232 -0
  18. data/lib/aspose-imaging-cloud/models/error_details.rb +217 -0
  19. data/lib/aspose-imaging-cloud/models/exif_data.rb +1560 -0
  20. data/lib/aspose-imaging-cloud/models/file_version.rb +277 -0
  21. data/lib/aspose-imaging-cloud/models/file_versions.rb +204 -0
  22. data/lib/aspose-imaging-cloud/models/files_list.rb +204 -0
  23. data/lib/aspose-imaging-cloud/models/files_upload_result.rb +216 -0
  24. data/lib/aspose-imaging-cloud/models/filter_properties_base.rb +206 -0
  25. data/lib/aspose-imaging-cloud/models/gauss_wiener_filter_properties.rb +296 -0
  26. data/lib/aspose-imaging-cloud/models/gaussian_blur_filter_properties.rb +266 -0
  27. data/lib/aspose-imaging-cloud/models/gif_properties.rb +247 -0
  28. data/lib/aspose-imaging-cloud/models/image_duplicates.rb +204 -0
  29. data/lib/aspose-imaging-cloud/models/image_duplicates_set.rb +204 -0
  30. data/lib/aspose-imaging-cloud/models/image_features.rb +257 -0
  31. data/lib/aspose-imaging-cloud/models/imaging_response.rb +412 -0
  32. data/lib/aspose-imaging-cloud/models/jfif_data.rb +247 -0
  33. data/lib/aspose-imaging-cloud/models/jpeg2000_properties.rb +214 -0
  34. data/lib/aspose-imaging-cloud/models/jpeg_exif_data.rb +1738 -0
  35. data/lib/aspose-imaging-cloud/models/jpeg_properties.rb +222 -0
  36. data/lib/aspose-imaging-cloud/models/median_filter_properties.rb +221 -0
  37. data/lib/aspose-imaging-cloud/models/motion_wiener_filter_properties.rb +311 -0
  38. data/lib/aspose-imaging-cloud/models/object_exist.rb +222 -0
  39. data/lib/aspose-imaging-cloud/models/odg_metadata.rb +372 -0
  40. data/lib/aspose-imaging-cloud/models/odg_page.rb +222 -0
  41. data/lib/aspose-imaging-cloud/models/odg_properties.rb +229 -0
  42. data/lib/aspose-imaging-cloud/models/png_properties.rb +192 -0
  43. data/lib/aspose-imaging-cloud/models/psd_properties.rb +242 -0
  44. data/lib/aspose-imaging-cloud/models/requests/add_search_image_request.rb +91 -0
  45. data/lib/aspose-imaging-cloud/models/requests/append_tiff_request.rb +88 -0
  46. data/lib/aspose-imaging-cloud/models/requests/compare_images_request.rb +94 -0
  47. data/lib/aspose-imaging-cloud/models/requests/convert_tiff_to_fax_request.rb +80 -0
  48. data/lib/aspose-imaging-cloud/models/requests/copy_file_request.rb +91 -0
  49. data/lib/aspose-imaging-cloud/models/requests/copy_folder_request.rb +88 -0
  50. data/lib/aspose-imaging-cloud/models/requests/create_cropped_image_request.rb +121 -0
  51. data/lib/aspose-imaging-cloud/models/requests/create_folder_request.rb +77 -0
  52. data/lib/aspose-imaging-cloud/models/requests/create_image_features_request.rb +89 -0
  53. data/lib/aspose-imaging-cloud/models/requests/create_image_frame_request.rb +112 -0
  54. data/lib/aspose-imaging-cloud/models/requests/create_image_search_request.rb +79 -0
  55. data/lib/aspose-imaging-cloud/models/requests/create_image_tag_request.rb +96 -0
  56. data/lib/aspose-imaging-cloud/models/requests/create_modified_bmp_request.rb +108 -0
  57. data/lib/aspose-imaging-cloud/models/requests/create_modified_emf_request.rb +127 -0
  58. data/lib/aspose-imaging-cloud/models/requests/create_modified_gif_request.rb +102 -0
  59. data/lib/aspose-imaging-cloud/models/requests/create_modified_jpeg2000_request.rb +95 -0
  60. data/lib/aspose-imaging-cloud/models/requests/create_modified_jpeg_request.rb +90 -0
  61. data/lib/aspose-imaging-cloud/models/requests/create_modified_psd_request.rb +90 -0
  62. data/lib/aspose-imaging-cloud/models/requests/create_modified_svg_request.rb +114 -0
  63. data/lib/aspose-imaging-cloud/models/requests/create_modified_tiff_request.rb +104 -0
  64. data/lib/aspose-imaging-cloud/models/requests/create_modified_web_p_request.rb +116 -0
  65. data/lib/aspose-imaging-cloud/models/requests/create_modified_wmf_request.rb +127 -0
  66. data/lib/aspose-imaging-cloud/models/requests/create_resized_image_request.rb +105 -0
  67. data/lib/aspose-imaging-cloud/models/requests/create_rotate_flipped_image_request.rb +97 -0
  68. data/lib/aspose-imaging-cloud/models/requests/create_saved_image_as_request.rb +89 -0
  69. data/lib/aspose-imaging-cloud/models/requests/create_updated_image_request.rb +145 -0
  70. data/lib/aspose-imaging-cloud/models/requests/create_web_site_image_features_request.rb +88 -0
  71. data/lib/aspose-imaging-cloud/models/requests/crop_image_request.rb +120 -0
  72. data/lib/aspose-imaging-cloud/models/requests/delete_file_request.rb +80 -0
  73. data/lib/aspose-imaging-cloud/models/requests/delete_folder_request.rb +80 -0
  74. data/lib/aspose-imaging-cloud/models/requests/delete_image_features_request.rb +88 -0
  75. data/lib/aspose-imaging-cloud/models/requests/delete_image_search_request.rb +80 -0
  76. data/lib/aspose-imaging-cloud/models/requests/delete_search_image_request.rb +88 -0
  77. data/lib/aspose-imaging-cloud/models/requests/download_file_request.rb +80 -0
  78. data/lib/aspose-imaging-cloud/models/requests/extract_image_features_request.rb +91 -0
  79. data/lib/aspose-imaging-cloud/models/requests/extract_image_frame_properties_request.rb +82 -0
  80. data/lib/aspose-imaging-cloud/models/requests/extract_image_properties_request.rb +75 -0
  81. data/lib/aspose-imaging-cloud/models/requests/filter_effect_image_request.rb +103 -0
  82. data/lib/aspose-imaging-cloud/models/requests/find_image_duplicates_request.rb +88 -0
  83. data/lib/aspose-imaging-cloud/models/requests/find_images_by_tags_request.rb +104 -0
  84. data/lib/aspose-imaging-cloud/models/requests/find_similar_images_request.rb +102 -0
  85. data/lib/aspose-imaging-cloud/models/requests/get_disc_usage_request.rb +70 -0
  86. data/lib/aspose-imaging-cloud/models/requests/get_file_versions_request.rb +77 -0
  87. data/lib/aspose-imaging-cloud/models/requests/get_files_list_request.rb +77 -0
  88. data/lib/aspose-imaging-cloud/models/requests/get_image_features_request.rb +88 -0
  89. data/lib/aspose-imaging-cloud/models/requests/get_image_frame_properties_request.rb +87 -0
  90. data/lib/aspose-imaging-cloud/models/requests/get_image_frame_request.rb +111 -0
  91. data/lib/aspose-imaging-cloud/models/requests/get_image_properties_request.rb +80 -0
  92. data/lib/aspose-imaging-cloud/models/requests/get_image_search_status_request.rb +80 -0
  93. data/lib/aspose-imaging-cloud/models/requests/get_search_image_request.rb +88 -0
  94. data/lib/aspose-imaging-cloud/models/requests/http_request.rb +50 -0
  95. data/lib/aspose-imaging-cloud/models/requests/imaging_request.rb +101 -0
  96. data/lib/aspose-imaging-cloud/models/requests/modify_bmp_request.rb +107 -0
  97. data/lib/aspose-imaging-cloud/models/requests/modify_emf_request.rb +126 -0
  98. data/lib/aspose-imaging-cloud/models/requests/modify_gif_request.rb +101 -0
  99. data/lib/aspose-imaging-cloud/models/requests/modify_jpeg2000_request.rb +94 -0
  100. data/lib/aspose-imaging-cloud/models/requests/modify_jpeg_request.rb +89 -0
  101. data/lib/aspose-imaging-cloud/models/requests/modify_psd_request.rb +89 -0
  102. data/lib/aspose-imaging-cloud/models/requests/modify_svg_request.rb +113 -0
  103. data/lib/aspose-imaging-cloud/models/requests/modify_tiff_request.rb +103 -0
  104. data/lib/aspose-imaging-cloud/models/requests/modify_web_p_request.rb +115 -0
  105. data/lib/aspose-imaging-cloud/models/requests/modify_wmf_request.rb +126 -0
  106. data/lib/aspose-imaging-cloud/models/requests/move_file_request.rb +91 -0
  107. data/lib/aspose-imaging-cloud/models/requests/move_folder_request.rb +88 -0
  108. data/lib/aspose-imaging-cloud/models/requests/object_exists_request.rb +80 -0
  109. data/lib/aspose-imaging-cloud/models/requests/resize_image_request.rb +104 -0
  110. data/lib/aspose-imaging-cloud/models/requests/rotate_flip_image_request.rb +96 -0
  111. data/lib/aspose-imaging-cloud/models/requests/save_image_as_request.rb +88 -0
  112. data/lib/aspose-imaging-cloud/models/requests/storage_exists_request.rb +74 -0
  113. data/lib/aspose-imaging-cloud/models/requests/update_image_features_request.rb +91 -0
  114. data/lib/aspose-imaging-cloud/models/requests/update_image_request.rb +144 -0
  115. data/lib/aspose-imaging-cloud/models/requests/update_search_image_request.rb +91 -0
  116. data/lib/aspose-imaging-cloud/models/requests/upload_file_request.rb +86 -0
  117. data/lib/aspose-imaging-cloud/models/search_context_status.rb +212 -0
  118. data/lib/aspose-imaging-cloud/models/search_result.rb +217 -0
  119. data/lib/aspose-imaging-cloud/models/search_results_set.rb +204 -0
  120. data/lib/aspose-imaging-cloud/models/sharpen_filter_properties.rb +266 -0
  121. data/lib/aspose-imaging-cloud/models/small_rectangular_filter_properties.rb +206 -0
  122. data/lib/aspose-imaging-cloud/models/storage_exist.rb +207 -0
  123. data/lib/aspose-imaging-cloud/models/storage_file.rb +252 -0
  124. data/lib/aspose-imaging-cloud/models/svg_properties.rb +202 -0
  125. data/lib/aspose-imaging-cloud/models/tiff_frame.rb +242 -0
  126. data/lib/aspose-imaging-cloud/models/tiff_options.rb +734 -0
  127. data/lib/aspose-imaging-cloud/models/tiff_properties.rb +224 -0
  128. data/lib/aspose-imaging-cloud/models/web_p_properties.rb +252 -0
  129. data/lib/aspose-imaging-cloud/version.rb +15 -0
  130. metadata +149 -129
  131. data/LICENSE +0 -22
  132. data/aspose_imaging_cloud.gemspec +0 -26
  133. data/lib/aspose_imaging_cloud.rb +0 -43
  134. data/lib/aspose_imaging_cloud/api/imaging_api.rb +0 -1776
  135. data/lib/aspose_imaging_cloud/api_client.rb +0 -335
  136. data/lib/aspose_imaging_cloud/api_error.rb +0 -24
  137. data/lib/aspose_imaging_cloud/models/base_object.rb +0 -86
  138. data/lib/aspose_imaging_cloud/models/base_response.rb +0 -53
  139. data/lib/aspose_imaging_cloud/models/bmp_properties.rb +0 -37
  140. data/lib/aspose_imaging_cloud/models/exif_data.rb +0 -855
  141. data/lib/aspose_imaging_cloud/models/gif_properties.rb +0 -53
  142. data/lib/aspose_imaging_cloud/models/imaging_response.rb +0 -149
  143. data/lib/aspose_imaging_cloud/models/jfif_data.rb +0 -61
  144. data/lib/aspose_imaging_cloud/models/jpeg_exif_data.rb +0 -991
  145. data/lib/aspose_imaging_cloud/models/jpeg_properties.rb +0 -53
  146. data/lib/aspose_imaging_cloud/models/psd_properties.rb +0 -61
  147. data/lib/aspose_imaging_cloud/models/tiff_frame.rb +0 -61
  148. data/lib/aspose_imaging_cloud/models/tiff_options.rb +0 -419
  149. data/lib/aspose_imaging_cloud/models/tiff_properties.rb +0 -55
  150. data/lib/aspose_imaging_cloud/version.rb +0 -3
  151. data/test/data/TestDemo.tif +0 -0
  152. data/test/data/aspose.jpg +0 -0
  153. data/test/data/aspose_imaging_for_cloud.png +0 -0
  154. data/test/data/demo.tif +0 -0
  155. data/test/data/sample-multi.tif +0 -0
  156. data/test/data/sample.bmp +0 -0
  157. data/test/data/sample.gif +0 -0
  158. data/test/data/sample.psd +0 -0
  159. data/test/data/sample.tif +0 -0
  160. data/test/data/test.bmp +0 -0
  161. data/test/imaging_tests.rb +0 -291
@@ -0,0 +1,90 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="create_modified_psd_request.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require_relative './imaging_request'
28
+ require_relative './http_request'
29
+
30
+ module AsposeImagingCloud
31
+ # Request model for create_modified_psd operation.
32
+ class CreateModifiedPsdRequest < ImagingRequest
33
+
34
+ # Update parameters of PSD image. Image data is passed as zero-indexed multipart/form-data content or as raw body stream.
35
+ # @param [File] image_data Input image
36
+ # @param [Integer] channels_count Count of color channels.
37
+ # @param [String] compression_method Compression method (for now, raw and RLE are supported).
38
+ # @param [BOOLEAN] from_scratch Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.
39
+ # @param [String] out_path Path to updated file (if this is empty, response contains streamed image).
40
+ # @param [String] storage Your Aspose Cloud Storage name.
41
+ def initialize(image_data, channels_count = nil, compression_method = nil, from_scratch = nil, out_path = nil, storage = nil)
42
+ @image_data = image_data
43
+ @channels_count = channels_count
44
+ @compression_method = compression_method
45
+ @from_scratch = from_scratch
46
+ @out_path = out_path
47
+ @storage = storage
48
+ end
49
+
50
+ def to_http_info(config)
51
+ # verify the required parameter 'image_data' is set
52
+ if config.client_side_validation && @image_data.nil?
53
+ raise ArgumentError, "Missing the required parameter 'image_data' when calling ImagingApi.create_modified_psd"
54
+ end
55
+
56
+ # resource path
57
+ local_var_path = '/imaging/psd'
58
+
59
+ # query parameters
60
+ query_params = {}
61
+ query_params[:channelsCount] = @channels_count unless @channels_count.nil?
62
+ query_params[:compressionMethod] = @compression_method unless @compression_method.nil?
63
+ query_params[:fromScratch] = @from_scratch unless @from_scratch.nil?
64
+ query_params[:outPath] = @out_path unless @out_path.nil?
65
+ query_params[:storage] = @storage unless @storage.nil?
66
+
67
+ # form parameters
68
+ form_params = {}
69
+ form_params['imageData'] = @image_data
70
+
71
+ # http body (model)
72
+ post_body = nil
73
+ auth_names = ['JWT']
74
+
75
+ # header parameters
76
+ header_params = {}
77
+ # HTTP header 'Accept' (if needed)
78
+ header_params['Accept'] = select_header_accept(['application/json'])
79
+ # HTTP header 'Content-Type'
80
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['multipart/form-data'])
81
+
82
+ AsposeImagingCloud::HttpRequest.new(local_var_path,
83
+ header_params,
84
+ query_params,
85
+ form_params,
86
+ post_body,
87
+ auth_names)
88
+ end
89
+ end
90
+ end
@@ -0,0 +1,114 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="create_modified_svg_request.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require_relative './imaging_request'
28
+ require_relative './http_request'
29
+
30
+ module AsposeImagingCloud
31
+ # Request model for create_modified_svg operation.
32
+ class CreateModifiedSvgRequest < ImagingRequest
33
+
34
+ # Update parameters of SVG image. Image data is passed as zero-indexed multipart/form-data content or as raw body stream.
35
+ # @param [File] image_data Input image
36
+ # @param [String] color_type Color type for SVG image. Only RGB is supported for now.
37
+ # @param [BOOLEAN] text_as_shapes Whether text must be converted as shapes. true if all text is turned into SVG shapes in the convertion; otherwise, false
38
+ # @param [Float] scale_x Scale X.
39
+ # @param [Float] scale_y Scale Y.
40
+ # @param [Integer] page_width Width of the page.
41
+ # @param [Integer] page_height Height of the page.
42
+ # @param [Integer] border_x Border width. Only 0 is supported for now.
43
+ # @param [Integer] border_y Border height. Only 0 is supported for now.
44
+ # @param [String] bk_color Background color (Default is white).
45
+ # @param [BOOLEAN] from_scratch Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.
46
+ # @param [String] out_path Path to updated file (if this is empty, response contains streamed image).
47
+ # @param [String] storage Your Aspose Cloud Storage name.
48
+ # @param [String] format Export format (PNG is the default one). Please, refer to the export table from https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.
49
+ def initialize(image_data, color_type = nil, text_as_shapes = nil, scale_x = nil, scale_y = nil, page_width = nil, page_height = nil, border_x = nil, border_y = nil, bk_color = nil, from_scratch = nil, out_path = nil, storage = nil, format = nil)
50
+ @image_data = image_data
51
+ @color_type = color_type
52
+ @text_as_shapes = text_as_shapes
53
+ @scale_x = scale_x
54
+ @scale_y = scale_y
55
+ @page_width = page_width
56
+ @page_height = page_height
57
+ @border_x = border_x
58
+ @border_y = border_y
59
+ @bk_color = bk_color
60
+ @from_scratch = from_scratch
61
+ @out_path = out_path
62
+ @storage = storage
63
+ @format = format
64
+ end
65
+
66
+ def to_http_info(config)
67
+ # verify the required parameter 'image_data' is set
68
+ if config.client_side_validation && @image_data.nil?
69
+ raise ArgumentError, "Missing the required parameter 'image_data' when calling ImagingApi.create_modified_svg"
70
+ end
71
+
72
+ # resource path
73
+ local_var_path = '/imaging/svg'
74
+
75
+ # query parameters
76
+ query_params = {}
77
+ query_params[:colorType] = @color_type unless @color_type.nil?
78
+ query_params[:textAsShapes] = @text_as_shapes unless @text_as_shapes.nil?
79
+ query_params[:scaleX] = @scale_x unless @scale_x.nil?
80
+ query_params[:scaleY] = @scale_y unless @scale_y.nil?
81
+ query_params[:pageWidth] = @page_width unless @page_width.nil?
82
+ query_params[:pageHeight] = @page_height unless @page_height.nil?
83
+ query_params[:borderX] = @border_x unless @border_x.nil?
84
+ query_params[:borderY] = @border_y unless @border_y.nil?
85
+ query_params[:bkColor] = @bk_color unless @bk_color.nil?
86
+ query_params[:fromScratch] = @from_scratch unless @from_scratch.nil?
87
+ query_params[:outPath] = @out_path unless @out_path.nil?
88
+ query_params[:storage] = @storage unless @storage.nil?
89
+ query_params[:format] = @format unless @format.nil?
90
+
91
+ # form parameters
92
+ form_params = {}
93
+ form_params['imageData'] = @image_data
94
+
95
+ # http body (model)
96
+ post_body = nil
97
+ auth_names = ['JWT']
98
+
99
+ # header parameters
100
+ header_params = {}
101
+ # HTTP header 'Accept' (if needed)
102
+ header_params['Accept'] = select_header_accept(['application/json'])
103
+ # HTTP header 'Content-Type'
104
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['multipart/form-data'])
105
+
106
+ AsposeImagingCloud::HttpRequest.new(local_var_path,
107
+ header_params,
108
+ query_params,
109
+ form_params,
110
+ post_body,
111
+ auth_names)
112
+ end
113
+ end
114
+ end
@@ -0,0 +1,104 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="create_modified_tiff_request.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require_relative './imaging_request'
28
+ require_relative './http_request'
29
+
30
+ module AsposeImagingCloud
31
+ # Request model for create_modified_tiff operation.
32
+ class CreateModifiedTiffRequest < ImagingRequest
33
+
34
+ # Update parameters of TIFF image. Image data is passed as zero-indexed multipart/form-data content or as raw body stream.
35
+ # @param [File] image_data Input image
36
+ # @param [Integer] bit_depth Bit depth.
37
+ # @param [String] compression Compression (none is default). Please, refer to https://apireference.aspose.com/net/imaging/aspose.imaging.fileformats.tiff.enums/tiffcompressions for all possible values.
38
+ # @param [String] resolution_unit New resolution unit (none - the default one, inch or centimeter).
39
+ # @param [Float] horizontal_resolution New horizontal resolution.
40
+ # @param [Float] vertical_resolution New vertical resolution.
41
+ # @param [BOOLEAN] from_scratch Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.
42
+ # @param [String] out_path Path to updated file (if this is empty, response contains streamed image).
43
+ # @param [String] storage Your Aspose Cloud Storage name.
44
+ def initialize(image_data, bit_depth, compression = nil, resolution_unit = nil, horizontal_resolution = nil, vertical_resolution = nil, from_scratch = nil, out_path = nil, storage = nil)
45
+ @image_data = image_data
46
+ @bit_depth = bit_depth
47
+ @compression = compression
48
+ @resolution_unit = resolution_unit
49
+ @horizontal_resolution = horizontal_resolution
50
+ @vertical_resolution = vertical_resolution
51
+ @from_scratch = from_scratch
52
+ @out_path = out_path
53
+ @storage = storage
54
+ end
55
+
56
+ def to_http_info(config)
57
+ # verify the required parameter 'image_data' is set
58
+ if config.client_side_validation && @image_data.nil?
59
+ raise ArgumentError, "Missing the required parameter 'image_data' when calling ImagingApi.create_modified_tiff"
60
+ end
61
+
62
+ # verify the required parameter 'bit_depth' is set
63
+ if config.client_side_validation && @bit_depth.nil?
64
+ raise ArgumentError, "Missing the required parameter 'bit_depth' when calling ImagingApi.create_modified_tiff"
65
+ end
66
+
67
+ # resource path
68
+ local_var_path = '/imaging/tiff'
69
+
70
+ # query parameters
71
+ query_params = {}
72
+ query_params[:bitDepth] = @bit_depth
73
+ query_params[:compression] = @compression unless @compression.nil?
74
+ query_params[:resolutionUnit] = @resolution_unit unless @resolution_unit.nil?
75
+ query_params[:horizontalResolution] = @horizontal_resolution unless @horizontal_resolution.nil?
76
+ query_params[:verticalResolution] = @vertical_resolution unless @vertical_resolution.nil?
77
+ query_params[:fromScratch] = @from_scratch unless @from_scratch.nil?
78
+ query_params[:outPath] = @out_path unless @out_path.nil?
79
+ query_params[:storage] = @storage unless @storage.nil?
80
+
81
+ # form parameters
82
+ form_params = {}
83
+ form_params['imageData'] = @image_data
84
+
85
+ # http body (model)
86
+ post_body = nil
87
+ auth_names = ['JWT']
88
+
89
+ # header parameters
90
+ header_params = {}
91
+ # HTTP header 'Accept' (if needed)
92
+ header_params['Accept'] = select_header_accept(['application/json'])
93
+ # HTTP header 'Content-Type'
94
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['multipart/form-data'])
95
+
96
+ AsposeImagingCloud::HttpRequest.new(local_var_path,
97
+ header_params,
98
+ query_params,
99
+ form_params,
100
+ post_body,
101
+ auth_names)
102
+ end
103
+ end
104
+ end
@@ -0,0 +1,116 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="create_modified_web_p_request.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require_relative './imaging_request'
28
+ require_relative './http_request'
29
+
30
+ module AsposeImagingCloud
31
+ # Request model for create_modified_web_p operation.
32
+ class CreateModifiedWebPRequest < ImagingRequest
33
+
34
+ # Update parameters of WEBP image. Image data is passed as zero-indexed multipart/form-data content or as raw body stream.
35
+ # @param [File] image_data Input image
36
+ # @param [BOOLEAN] loss_less If WEBP should be in lossless format.
37
+ # @param [Integer] quality Quality (0-100).
38
+ # @param [Integer] anim_loop_count The animation loop count.
39
+ # @param [String] anim_background_color Color of the animation background.
40
+ # @param [BOOLEAN] from_scratch Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.
41
+ # @param [String] out_path Path to updated file (if this is empty, response contains streamed image).
42
+ # @param [String] storage Your Aspose Cloud Storage name.
43
+ def initialize(image_data, loss_less, quality, anim_loop_count, anim_background_color, from_scratch = nil, out_path = nil, storage = nil)
44
+ @image_data = image_data
45
+ @loss_less = loss_less
46
+ @quality = quality
47
+ @anim_loop_count = anim_loop_count
48
+ @anim_background_color = anim_background_color
49
+ @from_scratch = from_scratch
50
+ @out_path = out_path
51
+ @storage = storage
52
+ end
53
+
54
+ def to_http_info(config)
55
+ # verify the required parameter 'image_data' is set
56
+ if config.client_side_validation && @image_data.nil?
57
+ raise ArgumentError, "Missing the required parameter 'image_data' when calling ImagingApi.create_modified_web_p"
58
+ end
59
+
60
+ # verify the required parameter 'loss_less' is set
61
+ if config.client_side_validation && @loss_less.nil?
62
+ raise ArgumentError, "Missing the required parameter 'loss_less' when calling ImagingApi.create_modified_web_p"
63
+ end
64
+
65
+ # verify the required parameter 'quality' is set
66
+ if config.client_side_validation && @quality.nil?
67
+ raise ArgumentError, "Missing the required parameter 'quality' when calling ImagingApi.create_modified_web_p"
68
+ end
69
+
70
+ # verify the required parameter 'anim_loop_count' is set
71
+ if config.client_side_validation && @anim_loop_count.nil?
72
+ raise ArgumentError, "Missing the required parameter 'anim_loop_count' when calling ImagingApi.create_modified_web_p"
73
+ end
74
+
75
+ # verify the required parameter 'anim_background_color' is set
76
+ if config.client_side_validation && @anim_background_color.nil?
77
+ raise ArgumentError, "Missing the required parameter 'anim_background_color' when calling ImagingApi.create_modified_web_p"
78
+ end
79
+
80
+ # resource path
81
+ local_var_path = '/imaging/webp'
82
+
83
+ # query parameters
84
+ query_params = {}
85
+ query_params[:lossLess] = @loss_less
86
+ query_params[:quality] = @quality
87
+ query_params[:animLoopCount] = @anim_loop_count
88
+ query_params[:animBackgroundColor] = @anim_background_color
89
+ query_params[:fromScratch] = @from_scratch unless @from_scratch.nil?
90
+ query_params[:outPath] = @out_path unless @out_path.nil?
91
+ query_params[:storage] = @storage unless @storage.nil?
92
+
93
+ # form parameters
94
+ form_params = {}
95
+ form_params['imageData'] = @image_data
96
+
97
+ # http body (model)
98
+ post_body = nil
99
+ auth_names = ['JWT']
100
+
101
+ # header parameters
102
+ header_params = {}
103
+ # HTTP header 'Accept' (if needed)
104
+ header_params['Accept'] = select_header_accept(['application/json'])
105
+ # HTTP header 'Content-Type'
106
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['multipart/form-data'])
107
+
108
+ AsposeImagingCloud::HttpRequest.new(local_var_path,
109
+ header_params,
110
+ query_params,
111
+ form_params,
112
+ post_body,
113
+ auth_names)
114
+ end
115
+ end
116
+ end
@@ -0,0 +1,127 @@
1
+ # ----------------------------------------------------------------------------
2
+ # <copyright company="Aspose" file="create_modified_wmf_request.rb">
3
+ # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
4
+ # </copyright>
5
+ # <summary>
6
+ # Permission is hereby granted, free of charge, to any person obtaining a
7
+ # copy of this software and associated documentation files (the "Software"),
8
+ # to deal in the Software without restriction, including without limitation
9
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10
+ # and/or sell copies of the Software, and to permit persons to whom the
11
+ # Software is furnished to do so, subject to the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
+ # DEALINGS IN THE SOFTWARE.
23
+ # </summary>
24
+ # ----------------------------------------------------------------------------
25
+
26
+
27
+ require_relative './imaging_request'
28
+ require_relative './http_request'
29
+
30
+ module AsposeImagingCloud
31
+ # Request model for create_modified_wmf operation.
32
+ class CreateModifiedWmfRequest < ImagingRequest
33
+
34
+ # Process existing WMF image using given parameters. Image data is passed as zero-indexed multipart/form-data content or as raw body stream.
35
+ # @param [File] image_data Input image
36
+ # @param [String] bk_color Color of the background.
37
+ # @param [Integer] page_width Width of the page.
38
+ # @param [Integer] page_height Height of the page.
39
+ # @param [Integer] border_x Border width.
40
+ # @param [Integer] border_y Border height.
41
+ # @param [BOOLEAN] from_scratch Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.
42
+ # @param [String] out_path Path to updated file (if this is empty, response contains streamed image).
43
+ # @param [String] storage Your Aspose Cloud Storage name.
44
+ # @param [String] format Export format (PNG is the default one). Please, refer to the export table from https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.
45
+ def initialize(image_data, bk_color, page_width, page_height, border_x, border_y, from_scratch = nil, out_path = nil, storage = nil, format = nil)
46
+ @image_data = image_data
47
+ @bk_color = bk_color
48
+ @page_width = page_width
49
+ @page_height = page_height
50
+ @border_x = border_x
51
+ @border_y = border_y
52
+ @from_scratch = from_scratch
53
+ @out_path = out_path
54
+ @storage = storage
55
+ @format = format
56
+ end
57
+
58
+ def to_http_info(config)
59
+ # verify the required parameter 'image_data' is set
60
+ if config.client_side_validation && @image_data.nil?
61
+ raise ArgumentError, "Missing the required parameter 'image_data' when calling ImagingApi.create_modified_wmf"
62
+ end
63
+
64
+ # verify the required parameter 'bk_color' is set
65
+ if config.client_side_validation && @bk_color.nil?
66
+ raise ArgumentError, "Missing the required parameter 'bk_color' when calling ImagingApi.create_modified_wmf"
67
+ end
68
+
69
+ # verify the required parameter 'page_width' is set
70
+ if config.client_side_validation && @page_width.nil?
71
+ raise ArgumentError, "Missing the required parameter 'page_width' when calling ImagingApi.create_modified_wmf"
72
+ end
73
+
74
+ # verify the required parameter 'page_height' is set
75
+ if config.client_side_validation && @page_height.nil?
76
+ raise ArgumentError, "Missing the required parameter 'page_height' when calling ImagingApi.create_modified_wmf"
77
+ end
78
+
79
+ # verify the required parameter 'border_x' is set
80
+ if config.client_side_validation && @border_x.nil?
81
+ raise ArgumentError, "Missing the required parameter 'border_x' when calling ImagingApi.create_modified_wmf"
82
+ end
83
+
84
+ # verify the required parameter 'border_y' is set
85
+ if config.client_side_validation && @border_y.nil?
86
+ raise ArgumentError, "Missing the required parameter 'border_y' when calling ImagingApi.create_modified_wmf"
87
+ end
88
+
89
+ # resource path
90
+ local_var_path = '/imaging/wmf'
91
+
92
+ # query parameters
93
+ query_params = {}
94
+ query_params[:bkColor] = @bk_color
95
+ query_params[:pageWidth] = @page_width
96
+ query_params[:pageHeight] = @page_height
97
+ query_params[:borderX] = @border_x
98
+ query_params[:borderY] = @border_y
99
+ query_params[:fromScratch] = @from_scratch unless @from_scratch.nil?
100
+ query_params[:outPath] = @out_path unless @out_path.nil?
101
+ query_params[:storage] = @storage unless @storage.nil?
102
+ query_params[:format] = @format unless @format.nil?
103
+
104
+ # form parameters
105
+ form_params = {}
106
+ form_params['imageData'] = @image_data
107
+
108
+ # http body (model)
109
+ post_body = nil
110
+ auth_names = ['JWT']
111
+
112
+ # header parameters
113
+ header_params = {}
114
+ # HTTP header 'Accept' (if needed)
115
+ header_params['Accept'] = select_header_accept(['application/json'])
116
+ # HTTP header 'Content-Type'
117
+ header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['multipart/form-data'])
118
+
119
+ AsposeImagingCloud::HttpRequest.new(local_var_path,
120
+ header_params,
121
+ query_params,
122
+ form_params,
123
+ post_body,
124
+ auth_names)
125
+ end
126
+ end
127
+ end