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.
- checksums.yaml +5 -5
- data/README.md +224 -61
- data/lib/aspose-imaging-cloud.rb +161 -0
- data/lib/aspose-imaging-cloud/api/imaging_api.rb +684 -0
- data/lib/aspose-imaging-cloud/api_client.rb +357 -0
- data/lib/aspose-imaging-cloud/api_error.rb +42 -0
- data/lib/{aspose_imaging_cloud → aspose-imaging-cloud}/configuration.rb +236 -166
- data/lib/aspose-imaging-cloud/models/big_rectangular_filter_properties.rb +206 -0
- data/lib/aspose-imaging-cloud/models/bilateral_smoothing_filter_properties.rb +281 -0
- data/lib/aspose-imaging-cloud/models/bmp_properties.rb +202 -0
- data/lib/aspose-imaging-cloud/models/convolution_filter_properties.rb +236 -0
- data/lib/aspose-imaging-cloud/models/deconvolution_filter_properties.rb +266 -0
- data/lib/aspose-imaging-cloud/models/dicom_properties.rb +584 -0
- data/lib/aspose-imaging-cloud/models/disc_usage.rb +222 -0
- data/lib/aspose-imaging-cloud/models/djvu_properties.rb +232 -0
- data/lib/aspose-imaging-cloud/models/dng_properties.rb +329 -0
- data/lib/aspose-imaging-cloud/models/error.rb +232 -0
- data/lib/aspose-imaging-cloud/models/error_details.rb +217 -0
- data/lib/aspose-imaging-cloud/models/exif_data.rb +1560 -0
- data/lib/aspose-imaging-cloud/models/file_version.rb +277 -0
- data/lib/aspose-imaging-cloud/models/file_versions.rb +204 -0
- data/lib/aspose-imaging-cloud/models/files_list.rb +204 -0
- data/lib/aspose-imaging-cloud/models/files_upload_result.rb +216 -0
- data/lib/aspose-imaging-cloud/models/filter_properties_base.rb +206 -0
- data/lib/aspose-imaging-cloud/models/gauss_wiener_filter_properties.rb +296 -0
- data/lib/aspose-imaging-cloud/models/gaussian_blur_filter_properties.rb +266 -0
- data/lib/aspose-imaging-cloud/models/gif_properties.rb +247 -0
- data/lib/aspose-imaging-cloud/models/image_duplicates.rb +204 -0
- data/lib/aspose-imaging-cloud/models/image_duplicates_set.rb +204 -0
- data/lib/aspose-imaging-cloud/models/image_features.rb +257 -0
- data/lib/aspose-imaging-cloud/models/imaging_response.rb +412 -0
- data/lib/aspose-imaging-cloud/models/jfif_data.rb +247 -0
- data/lib/aspose-imaging-cloud/models/jpeg2000_properties.rb +214 -0
- data/lib/aspose-imaging-cloud/models/jpeg_exif_data.rb +1738 -0
- data/lib/aspose-imaging-cloud/models/jpeg_properties.rb +222 -0
- data/lib/aspose-imaging-cloud/models/median_filter_properties.rb +221 -0
- data/lib/aspose-imaging-cloud/models/motion_wiener_filter_properties.rb +311 -0
- data/lib/aspose-imaging-cloud/models/object_exist.rb +222 -0
- data/lib/aspose-imaging-cloud/models/odg_metadata.rb +372 -0
- data/lib/aspose-imaging-cloud/models/odg_page.rb +222 -0
- data/lib/aspose-imaging-cloud/models/odg_properties.rb +229 -0
- data/lib/aspose-imaging-cloud/models/png_properties.rb +192 -0
- data/lib/aspose-imaging-cloud/models/psd_properties.rb +242 -0
- data/lib/aspose-imaging-cloud/models/requests/add_search_image_request.rb +91 -0
- data/lib/aspose-imaging-cloud/models/requests/append_tiff_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/compare_images_request.rb +94 -0
- data/lib/aspose-imaging-cloud/models/requests/convert_tiff_to_fax_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/copy_file_request.rb +91 -0
- data/lib/aspose-imaging-cloud/models/requests/copy_folder_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/create_cropped_image_request.rb +121 -0
- data/lib/aspose-imaging-cloud/models/requests/create_folder_request.rb +77 -0
- data/lib/aspose-imaging-cloud/models/requests/create_image_features_request.rb +89 -0
- data/lib/aspose-imaging-cloud/models/requests/create_image_frame_request.rb +112 -0
- data/lib/aspose-imaging-cloud/models/requests/create_image_search_request.rb +79 -0
- data/lib/aspose-imaging-cloud/models/requests/create_image_tag_request.rb +96 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_bmp_request.rb +108 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_emf_request.rb +127 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_gif_request.rb +102 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_jpeg2000_request.rb +95 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_jpeg_request.rb +90 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_psd_request.rb +90 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_svg_request.rb +114 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_tiff_request.rb +104 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_web_p_request.rb +116 -0
- data/lib/aspose-imaging-cloud/models/requests/create_modified_wmf_request.rb +127 -0
- data/lib/aspose-imaging-cloud/models/requests/create_resized_image_request.rb +105 -0
- data/lib/aspose-imaging-cloud/models/requests/create_rotate_flipped_image_request.rb +97 -0
- data/lib/aspose-imaging-cloud/models/requests/create_saved_image_as_request.rb +89 -0
- data/lib/aspose-imaging-cloud/models/requests/create_updated_image_request.rb +145 -0
- data/lib/aspose-imaging-cloud/models/requests/create_web_site_image_features_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/crop_image_request.rb +120 -0
- data/lib/aspose-imaging-cloud/models/requests/delete_file_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/delete_folder_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/delete_image_features_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/delete_image_search_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/delete_search_image_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/download_file_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/extract_image_features_request.rb +91 -0
- data/lib/aspose-imaging-cloud/models/requests/extract_image_frame_properties_request.rb +82 -0
- data/lib/aspose-imaging-cloud/models/requests/extract_image_properties_request.rb +75 -0
- data/lib/aspose-imaging-cloud/models/requests/filter_effect_image_request.rb +103 -0
- data/lib/aspose-imaging-cloud/models/requests/find_image_duplicates_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/find_images_by_tags_request.rb +104 -0
- data/lib/aspose-imaging-cloud/models/requests/find_similar_images_request.rb +102 -0
- data/lib/aspose-imaging-cloud/models/requests/get_disc_usage_request.rb +70 -0
- data/lib/aspose-imaging-cloud/models/requests/get_file_versions_request.rb +77 -0
- data/lib/aspose-imaging-cloud/models/requests/get_files_list_request.rb +77 -0
- data/lib/aspose-imaging-cloud/models/requests/get_image_features_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/get_image_frame_properties_request.rb +87 -0
- data/lib/aspose-imaging-cloud/models/requests/get_image_frame_request.rb +111 -0
- data/lib/aspose-imaging-cloud/models/requests/get_image_properties_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/get_image_search_status_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/get_search_image_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/http_request.rb +50 -0
- data/lib/aspose-imaging-cloud/models/requests/imaging_request.rb +101 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_bmp_request.rb +107 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_emf_request.rb +126 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_gif_request.rb +101 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_jpeg2000_request.rb +94 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_jpeg_request.rb +89 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_psd_request.rb +89 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_svg_request.rb +113 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_tiff_request.rb +103 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_web_p_request.rb +115 -0
- data/lib/aspose-imaging-cloud/models/requests/modify_wmf_request.rb +126 -0
- data/lib/aspose-imaging-cloud/models/requests/move_file_request.rb +91 -0
- data/lib/aspose-imaging-cloud/models/requests/move_folder_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/object_exists_request.rb +80 -0
- data/lib/aspose-imaging-cloud/models/requests/resize_image_request.rb +104 -0
- data/lib/aspose-imaging-cloud/models/requests/rotate_flip_image_request.rb +96 -0
- data/lib/aspose-imaging-cloud/models/requests/save_image_as_request.rb +88 -0
- data/lib/aspose-imaging-cloud/models/requests/storage_exists_request.rb +74 -0
- data/lib/aspose-imaging-cloud/models/requests/update_image_features_request.rb +91 -0
- data/lib/aspose-imaging-cloud/models/requests/update_image_request.rb +144 -0
- data/lib/aspose-imaging-cloud/models/requests/update_search_image_request.rb +91 -0
- data/lib/aspose-imaging-cloud/models/requests/upload_file_request.rb +86 -0
- data/lib/aspose-imaging-cloud/models/search_context_status.rb +212 -0
- data/lib/aspose-imaging-cloud/models/search_result.rb +217 -0
- data/lib/aspose-imaging-cloud/models/search_results_set.rb +204 -0
- data/lib/aspose-imaging-cloud/models/sharpen_filter_properties.rb +266 -0
- data/lib/aspose-imaging-cloud/models/small_rectangular_filter_properties.rb +206 -0
- data/lib/aspose-imaging-cloud/models/storage_exist.rb +207 -0
- data/lib/aspose-imaging-cloud/models/storage_file.rb +252 -0
- data/lib/aspose-imaging-cloud/models/svg_properties.rb +202 -0
- data/lib/aspose-imaging-cloud/models/tiff_frame.rb +242 -0
- data/lib/aspose-imaging-cloud/models/tiff_options.rb +734 -0
- data/lib/aspose-imaging-cloud/models/tiff_properties.rb +224 -0
- data/lib/aspose-imaging-cloud/models/web_p_properties.rb +252 -0
- data/lib/aspose-imaging-cloud/version.rb +15 -0
- metadata +149 -129
- data/LICENSE +0 -22
- data/aspose_imaging_cloud.gemspec +0 -26
- data/lib/aspose_imaging_cloud.rb +0 -43
- data/lib/aspose_imaging_cloud/api/imaging_api.rb +0 -1776
- data/lib/aspose_imaging_cloud/api_client.rb +0 -335
- data/lib/aspose_imaging_cloud/api_error.rb +0 -24
- data/lib/aspose_imaging_cloud/models/base_object.rb +0 -86
- data/lib/aspose_imaging_cloud/models/base_response.rb +0 -53
- data/lib/aspose_imaging_cloud/models/bmp_properties.rb +0 -37
- data/lib/aspose_imaging_cloud/models/exif_data.rb +0 -855
- data/lib/aspose_imaging_cloud/models/gif_properties.rb +0 -53
- data/lib/aspose_imaging_cloud/models/imaging_response.rb +0 -149
- data/lib/aspose_imaging_cloud/models/jfif_data.rb +0 -61
- data/lib/aspose_imaging_cloud/models/jpeg_exif_data.rb +0 -991
- data/lib/aspose_imaging_cloud/models/jpeg_properties.rb +0 -53
- data/lib/aspose_imaging_cloud/models/psd_properties.rb +0 -61
- data/lib/aspose_imaging_cloud/models/tiff_frame.rb +0 -61
- data/lib/aspose_imaging_cloud/models/tiff_options.rb +0 -419
- data/lib/aspose_imaging_cloud/models/tiff_properties.rb +0 -55
- data/lib/aspose_imaging_cloud/version.rb +0 -3
- data/test/data/TestDemo.tif +0 -0
- data/test/data/aspose.jpg +0 -0
- data/test/data/aspose_imaging_for_cloud.png +0 -0
- data/test/data/demo.tif +0 -0
- data/test/data/sample-multi.tif +0 -0
- data/test/data/sample.bmp +0 -0
- data/test/data/sample.gif +0 -0
- data/test/data/sample.psd +0 -0
- data/test/data/sample.tif +0 -0
- data/test/data/test.bmp +0 -0
- data/test/imaging_tests.rb +0 -291
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="get_search_image_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 get_search_image operation.
|
|
32
|
+
class GetSearchImageRequest < ImagingRequest
|
|
33
|
+
|
|
34
|
+
# Get image from search context
|
|
35
|
+
# @param [String] search_context_id Search context identifier.
|
|
36
|
+
# @param [String] image_id Image identifier.
|
|
37
|
+
# @param [String] folder Folder.
|
|
38
|
+
# @param [String] storage Storage
|
|
39
|
+
def initialize(search_context_id, image_id, folder = nil, storage = nil)
|
|
40
|
+
@search_context_id = search_context_id
|
|
41
|
+
@image_id = image_id
|
|
42
|
+
@folder = folder
|
|
43
|
+
@storage = storage
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
def to_http_info(config)
|
|
47
|
+
# verify the required parameter 'search_context_id' is set
|
|
48
|
+
if config.client_side_validation && @search_context_id.nil?
|
|
49
|
+
raise ArgumentError, "Missing the required parameter 'search_context_id' when calling ImagingApi.get_search_image"
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
# verify the required parameter 'image_id' is set
|
|
53
|
+
if config.client_side_validation && @image_id.nil?
|
|
54
|
+
raise ArgumentError, "Missing the required parameter 'image_id' when calling ImagingApi.get_search_image"
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
# resource path
|
|
58
|
+
local_var_path = '/imaging/ai/imageSearch/{searchContextId}/image'.sub('{' + 'searchContextId' + '}', @search_context_id.to_s)
|
|
59
|
+
|
|
60
|
+
# query parameters
|
|
61
|
+
query_params = {}
|
|
62
|
+
query_params[:imageId] = @image_id
|
|
63
|
+
query_params[:folder] = @folder unless @folder.nil?
|
|
64
|
+
query_params[:storage] = @storage unless @storage.nil?
|
|
65
|
+
|
|
66
|
+
# form parameters
|
|
67
|
+
form_params = {}
|
|
68
|
+
|
|
69
|
+
# http body (model)
|
|
70
|
+
post_body = nil
|
|
71
|
+
auth_names = ['JWT']
|
|
72
|
+
|
|
73
|
+
# header parameters
|
|
74
|
+
header_params = {}
|
|
75
|
+
# HTTP header 'Accept' (if needed)
|
|
76
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
77
|
+
# HTTP header 'Content-Type'
|
|
78
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
79
|
+
|
|
80
|
+
AsposeImagingCloud::HttpRequest.new(local_var_path,
|
|
81
|
+
header_params,
|
|
82
|
+
query_params,
|
|
83
|
+
form_params,
|
|
84
|
+
post_body,
|
|
85
|
+
auth_names)
|
|
86
|
+
end
|
|
87
|
+
end
|
|
88
|
+
end
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="http_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
|
+
module AsposeImagingCloud
|
|
28
|
+
|
|
29
|
+
# Http request data.
|
|
30
|
+
class HttpRequest
|
|
31
|
+
|
|
32
|
+
# Initializes a new instance.
|
|
33
|
+
# @param [String] resource_path Path to method endpoint.
|
|
34
|
+
# @param [Hash] header_params Header parameters to be placed in the request header.
|
|
35
|
+
# @param [Hash] query_params Query parameters in the url.
|
|
36
|
+
# @param [Hash] form_params Request post form parameters, for `application/x-www-form-urlencoded`, `multipart/form-data`.
|
|
37
|
+
# @param [Object] body Request body.
|
|
38
|
+
# @param [Array] auth_names Auth Settings names for the request.
|
|
39
|
+
def initialize(resource_path, header_params, query_params, form_params, body, auth_names)
|
|
40
|
+
@resource_path = resource_path
|
|
41
|
+
@query_params = query_params
|
|
42
|
+
@header_params = header_params
|
|
43
|
+
@form_params = form_params
|
|
44
|
+
@body = body
|
|
45
|
+
@auth_names = auth_names
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
attr_reader :resource_path, :header_params, :query_params, :form_params, :body, :auth_names
|
|
49
|
+
end
|
|
50
|
+
end
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="imaging_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
|
+
module AsposeImagingCloud
|
|
28
|
+
|
|
29
|
+
# Base class for requests with basic operations
|
|
30
|
+
class ImagingRequest
|
|
31
|
+
def to_http_info(config); end
|
|
32
|
+
|
|
33
|
+
protected
|
|
34
|
+
|
|
35
|
+
# Return Accept header based on an array of accepts provided.
|
|
36
|
+
# @param [Array] accepts array for Accept
|
|
37
|
+
# @return [String] the Accept header (e.g. application/json)
|
|
38
|
+
def select_header_accept(accepts)
|
|
39
|
+
return nil if accepts.nil? || accepts.empty?
|
|
40
|
+
|
|
41
|
+
# use JSON when present, otherwise use all of the provided
|
|
42
|
+
json_accept = accepts.find { |s| json_mime?(s) }
|
|
43
|
+
json_accept || accepts.join(',')
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# Return Content-Type header based on an array of content types provided.
|
|
47
|
+
# @param [Array] content_types array for Content-Type
|
|
48
|
+
# @return [String] the Content-Type header (e.g. application/json)
|
|
49
|
+
def select_header_content_type(content_types)
|
|
50
|
+
# use application/json by default
|
|
51
|
+
return 'application/json' if content_types.nil? || content_types.empty?
|
|
52
|
+
|
|
53
|
+
# use JSON when present, otherwise use the first one
|
|
54
|
+
json_content_type = content_types.find { |s| json_mime?(s) }
|
|
55
|
+
json_content_type || content_types.first
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
private
|
|
59
|
+
|
|
60
|
+
# Check if the given MIME is a JSON MIME.
|
|
61
|
+
# JSON MIME examples:
|
|
62
|
+
# application/json
|
|
63
|
+
# application/json; charset=UTF8
|
|
64
|
+
# APPLICATION/JSON
|
|
65
|
+
# */*
|
|
66
|
+
# @param [String] mime MIME
|
|
67
|
+
# @return [Boolean] True if the MIME is application/json
|
|
68
|
+
def json_mime?(mime)
|
|
69
|
+
(mime == '*/*') || !(mime =~ %r{Application/.*json(?!p)(;.*)?}i).nil?
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# Convert object (array, hash, object, etc) to JSON string.
|
|
73
|
+
# @param [Object] model object to be converted into JSON string
|
|
74
|
+
# @return [String] JSON string representation of the object
|
|
75
|
+
def object_to_http_body(model)
|
|
76
|
+
return model if model.nil? || model.is_a?(String)
|
|
77
|
+
|
|
78
|
+
local_body = nil
|
|
79
|
+
local_body = if model.is_a?(Array)
|
|
80
|
+
model.map { |m| object_to_hash(m) }
|
|
81
|
+
else
|
|
82
|
+
object_to_hash(model)
|
|
83
|
+
end
|
|
84
|
+
local_body.to_json
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
# Convert object(non-array) to hash.
|
|
88
|
+
# @param [Object] obj object to be converted into JSON string
|
|
89
|
+
# @return [String] JSON string representation of the object
|
|
90
|
+
def object_to_hash(obj)
|
|
91
|
+
if obj.respond_to?(:to_hash)
|
|
92
|
+
obj.to_hash
|
|
93
|
+
else
|
|
94
|
+
obj
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="modify_bmp_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 modify_bmp operation.
|
|
32
|
+
class ModifyBmpRequest < ImagingRequest
|
|
33
|
+
|
|
34
|
+
# Update parameters of existing BMP image.
|
|
35
|
+
# @param [String] name Filename of image.
|
|
36
|
+
# @param [Integer] bits_per_pixel Color depth.
|
|
37
|
+
# @param [Integer] horizontal_resolution New horizontal resolution.
|
|
38
|
+
# @param [Integer] vertical_resolution New vertical resolution.
|
|
39
|
+
# @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.
|
|
40
|
+
# @param [String] folder Folder with image to process.
|
|
41
|
+
# @param [String] storage Your Aspose Cloud Storage name.
|
|
42
|
+
def initialize(name, bits_per_pixel, horizontal_resolution, vertical_resolution, from_scratch = nil, folder = nil, storage = nil)
|
|
43
|
+
@name = name
|
|
44
|
+
@bits_per_pixel = bits_per_pixel
|
|
45
|
+
@horizontal_resolution = horizontal_resolution
|
|
46
|
+
@vertical_resolution = vertical_resolution
|
|
47
|
+
@from_scratch = from_scratch
|
|
48
|
+
@folder = folder
|
|
49
|
+
@storage = storage
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def to_http_info(config)
|
|
53
|
+
# verify the required parameter 'name' is set
|
|
54
|
+
if config.client_side_validation && @name.nil?
|
|
55
|
+
raise ArgumentError, "Missing the required parameter 'name' when calling ImagingApi.modify_bmp"
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# verify the required parameter 'bits_per_pixel' is set
|
|
59
|
+
if config.client_side_validation && @bits_per_pixel.nil?
|
|
60
|
+
raise ArgumentError, "Missing the required parameter 'bits_per_pixel' when calling ImagingApi.modify_bmp"
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# verify the required parameter 'horizontal_resolution' is set
|
|
64
|
+
if config.client_side_validation && @horizontal_resolution.nil?
|
|
65
|
+
raise ArgumentError, "Missing the required parameter 'horizontal_resolution' when calling ImagingApi.modify_bmp"
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# verify the required parameter 'vertical_resolution' is set
|
|
69
|
+
if config.client_side_validation && @vertical_resolution.nil?
|
|
70
|
+
raise ArgumentError, "Missing the required parameter 'vertical_resolution' when calling ImagingApi.modify_bmp"
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
# resource path
|
|
74
|
+
local_var_path = '/imaging/{name}/bmp'.sub('{' + 'name' + '}', @name.to_s)
|
|
75
|
+
|
|
76
|
+
# query parameters
|
|
77
|
+
query_params = {}
|
|
78
|
+
query_params[:bitsPerPixel] = @bits_per_pixel
|
|
79
|
+
query_params[:horizontalResolution] = @horizontal_resolution
|
|
80
|
+
query_params[:verticalResolution] = @vertical_resolution
|
|
81
|
+
query_params[:fromScratch] = @from_scratch unless @from_scratch.nil?
|
|
82
|
+
query_params[:folder] = @folder unless @folder.nil?
|
|
83
|
+
query_params[:storage] = @storage unless @storage.nil?
|
|
84
|
+
|
|
85
|
+
# form parameters
|
|
86
|
+
form_params = {}
|
|
87
|
+
|
|
88
|
+
# http body (model)
|
|
89
|
+
post_body = nil
|
|
90
|
+
auth_names = ['JWT']
|
|
91
|
+
|
|
92
|
+
# header parameters
|
|
93
|
+
header_params = {}
|
|
94
|
+
# HTTP header 'Accept' (if needed)
|
|
95
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
96
|
+
# HTTP header 'Content-Type'
|
|
97
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
98
|
+
|
|
99
|
+
AsposeImagingCloud::HttpRequest.new(local_var_path,
|
|
100
|
+
header_params,
|
|
101
|
+
query_params,
|
|
102
|
+
form_params,
|
|
103
|
+
post_body,
|
|
104
|
+
auth_names)
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
end
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="modify_emf_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 modify_emf operation.
|
|
32
|
+
class ModifyEmfRequest < ImagingRequest
|
|
33
|
+
|
|
34
|
+
# Process existing EMF imaging using given parameters.
|
|
35
|
+
# @param [String] name Filename of 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] folder Folder with image to process.
|
|
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(name, bk_color, page_width, page_height, border_x, border_y, from_scratch = nil, folder = nil, storage = nil, format = nil)
|
|
46
|
+
@name = name
|
|
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
|
+
@folder = folder
|
|
54
|
+
@storage = storage
|
|
55
|
+
@format = format
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
def to_http_info(config)
|
|
59
|
+
# verify the required parameter 'name' is set
|
|
60
|
+
if config.client_side_validation && @name.nil?
|
|
61
|
+
raise ArgumentError, "Missing the required parameter 'name' when calling ImagingApi.modify_emf"
|
|
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.modify_emf"
|
|
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.modify_emf"
|
|
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.modify_emf"
|
|
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.modify_emf"
|
|
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.modify_emf"
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# resource path
|
|
90
|
+
local_var_path = '/imaging/{name}/emf'.sub('{' + 'name' + '}', @name.to_s)
|
|
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[:folder] = @folder unless @folder.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
|
+
|
|
107
|
+
# http body (model)
|
|
108
|
+
post_body = nil
|
|
109
|
+
auth_names = ['JWT']
|
|
110
|
+
|
|
111
|
+
# header parameters
|
|
112
|
+
header_params = {}
|
|
113
|
+
# HTTP header 'Accept' (if needed)
|
|
114
|
+
header_params['Accept'] = select_header_accept(['application/json'])
|
|
115
|
+
# HTTP header 'Content-Type'
|
|
116
|
+
header_params['Content-Type'] = form_params.any? ? 'multipart/form-data' : select_header_content_type(['application/json'])
|
|
117
|
+
|
|
118
|
+
AsposeImagingCloud::HttpRequest.new(local_var_path,
|
|
119
|
+
header_params,
|
|
120
|
+
query_params,
|
|
121
|
+
form_params,
|
|
122
|
+
post_body,
|
|
123
|
+
auth_names)
|
|
124
|
+
end
|
|
125
|
+
end
|
|
126
|
+
end
|