aspose_imaging_cloud 20.3 → 20.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +214 -116
  3. data/lib/aspose-imaging-cloud.rb +26 -8
  4. data/lib/aspose-imaging-cloud/api/imaging_api.rb +29 -5
  5. data/lib/aspose-imaging-cloud/api_client.rb +2 -2
  6. data/lib/aspose-imaging-cloud/api_error.rb +2 -2
  7. data/lib/aspose-imaging-cloud/configuration.rb +1 -1
  8. data/lib/aspose-imaging-cloud/models/big_rectangular_filter_properties.rb +1 -1
  9. data/lib/aspose-imaging-cloud/models/bilateral_smoothing_filter_properties.rb +1 -1
  10. data/lib/aspose-imaging-cloud/models/bmp_properties.rb +1 -1
  11. data/lib/aspose-imaging-cloud/models/convolution_filter_properties.rb +1 -1
  12. data/lib/aspose-imaging-cloud/models/deconvolution_filter_properties.rb +1 -1
  13. data/lib/aspose-imaging-cloud/models/dicom_properties.rb +1 -1
  14. data/lib/aspose-imaging-cloud/models/disc_usage.rb +1 -1
  15. data/lib/aspose-imaging-cloud/models/djvu_properties.rb +1 -1
  16. data/lib/aspose-imaging-cloud/models/dng_properties.rb +1 -1
  17. data/lib/aspose-imaging-cloud/models/error.rb +1 -1
  18. data/lib/aspose-imaging-cloud/models/error_details.rb +1 -1
  19. data/lib/aspose-imaging-cloud/models/exif_data.rb +1 -1
  20. data/lib/aspose-imaging-cloud/models/file_version.rb +1 -1
  21. data/lib/aspose-imaging-cloud/models/file_versions.rb +1 -1
  22. data/lib/aspose-imaging-cloud/models/files_list.rb +1 -1
  23. data/lib/aspose-imaging-cloud/models/files_upload_result.rb +1 -1
  24. data/lib/aspose-imaging-cloud/models/filter_properties_base.rb +1 -1
  25. data/lib/aspose-imaging-cloud/models/gauss_wiener_filter_properties.rb +1 -1
  26. data/lib/aspose-imaging-cloud/models/gaussian_blur_filter_properties.rb +1 -1
  27. data/lib/aspose-imaging-cloud/models/gif_properties.rb +1 -1
  28. data/lib/aspose-imaging-cloud/models/image_duplicates.rb +1 -1
  29. data/lib/aspose-imaging-cloud/models/image_duplicates_set.rb +1 -1
  30. data/lib/aspose-imaging-cloud/models/image_features.rb +1 -1
  31. data/lib/aspose-imaging-cloud/models/imaging_response.rb +1 -1
  32. data/lib/aspose-imaging-cloud/models/jfif_data.rb +1 -1
  33. data/lib/aspose-imaging-cloud/models/jpeg2000_properties.rb +1 -1
  34. data/lib/aspose-imaging-cloud/models/jpeg_exif_data.rb +1 -1
  35. data/lib/aspose-imaging-cloud/models/jpeg_properties.rb +1 -1
  36. data/lib/aspose-imaging-cloud/models/median_filter_properties.rb +1 -1
  37. data/lib/aspose-imaging-cloud/models/motion_wiener_filter_properties.rb +1 -1
  38. data/lib/aspose-imaging-cloud/models/object_exist.rb +1 -1
  39. data/lib/aspose-imaging-cloud/models/odg_metadata.rb +1 -1
  40. data/lib/aspose-imaging-cloud/models/odg_page.rb +1 -1
  41. data/lib/aspose-imaging-cloud/models/odg_properties.rb +1 -1
  42. data/lib/aspose-imaging-cloud/models/png_properties.rb +1 -1
  43. data/lib/aspose-imaging-cloud/models/psd_properties.rb +1 -1
  44. data/lib/aspose-imaging-cloud/models/requests/add_search_image_request.rb +1 -1
  45. data/lib/aspose-imaging-cloud/models/requests/append_tiff_request.rb +1 -1
  46. data/lib/aspose-imaging-cloud/models/requests/compare_images_request.rb +1 -1
  47. data/lib/aspose-imaging-cloud/models/requests/convert_tiff_to_fax_request.rb +1 -1
  48. data/lib/aspose-imaging-cloud/models/requests/copy_file_request.rb +1 -1
  49. data/lib/aspose-imaging-cloud/models/requests/copy_folder_request.rb +1 -1
  50. data/lib/aspose-imaging-cloud/models/requests/create_cropped_image_request.rb +1 -1
  51. data/lib/aspose-imaging-cloud/models/requests/create_deskewed_image_request.rb +1 -1
  52. data/lib/aspose-imaging-cloud/models/requests/create_fax_tiff_request.rb +81 -0
  53. data/lib/aspose-imaging-cloud/models/requests/create_folder_request.rb +1 -1
  54. data/lib/aspose-imaging-cloud/models/requests/create_grayscaled_image_request.rb +1 -1
  55. data/lib/aspose-imaging-cloud/models/requests/create_image_features_request.rb +1 -1
  56. data/lib/aspose-imaging-cloud/models/requests/create_image_frame_range_request.rb +121 -0
  57. data/lib/aspose-imaging-cloud/models/requests/create_image_frame_request.rb +2 -2
  58. data/lib/aspose-imaging-cloud/models/requests/create_image_search_request.rb +1 -1
  59. data/lib/aspose-imaging-cloud/models/requests/create_image_tag_request.rb +1 -1
  60. data/lib/aspose-imaging-cloud/models/requests/create_modified_bmp_request.rb +1 -1
  61. data/lib/aspose-imaging-cloud/models/requests/create_modified_emf_request.rb +1 -1
  62. data/lib/aspose-imaging-cloud/models/requests/create_modified_gif_request.rb +1 -1
  63. data/lib/aspose-imaging-cloud/models/requests/create_modified_jpeg2000_request.rb +1 -1
  64. data/lib/aspose-imaging-cloud/models/requests/create_modified_jpeg_request.rb +1 -1
  65. data/lib/aspose-imaging-cloud/models/requests/create_modified_psd_request.rb +1 -1
  66. data/lib/aspose-imaging-cloud/models/requests/create_modified_svg_request.rb +1 -1
  67. data/lib/aspose-imaging-cloud/models/requests/create_modified_tiff_request.rb +1 -1
  68. data/lib/aspose-imaging-cloud/models/requests/create_modified_web_p_request.rb +1 -1
  69. data/lib/aspose-imaging-cloud/models/requests/create_modified_wmf_request.rb +1 -1
  70. data/lib/aspose-imaging-cloud/models/requests/create_resized_image_request.rb +1 -1
  71. data/lib/aspose-imaging-cloud/models/requests/create_rotate_flipped_image_request.rb +1 -1
  72. data/lib/aspose-imaging-cloud/models/requests/create_saved_image_as_request.rb +1 -1
  73. data/lib/aspose-imaging-cloud/models/requests/create_updated_image_request.rb +1 -1
  74. data/lib/aspose-imaging-cloud/models/requests/create_web_site_image_features_request.rb +1 -1
  75. data/lib/aspose-imaging-cloud/models/requests/crop_image_request.rb +1 -1
  76. data/lib/aspose-imaging-cloud/models/requests/delete_file_request.rb +1 -1
  77. data/lib/aspose-imaging-cloud/models/requests/delete_folder_request.rb +1 -1
  78. data/lib/aspose-imaging-cloud/models/requests/delete_image_features_request.rb +1 -1
  79. data/lib/aspose-imaging-cloud/models/requests/delete_image_search_request.rb +1 -1
  80. data/lib/aspose-imaging-cloud/models/requests/delete_search_image_request.rb +1 -1
  81. data/lib/aspose-imaging-cloud/models/requests/deskew_image_request.rb +1 -1
  82. data/lib/aspose-imaging-cloud/models/requests/download_file_request.rb +1 -1
  83. data/lib/aspose-imaging-cloud/models/requests/extract_image_features_request.rb +1 -1
  84. data/lib/aspose-imaging-cloud/models/requests/extract_image_frame_properties_request.rb +2 -2
  85. data/lib/aspose-imaging-cloud/models/requests/extract_image_properties_request.rb +1 -1
  86. data/lib/aspose-imaging-cloud/models/requests/filter_effect_image_request.rb +1 -1
  87. data/lib/aspose-imaging-cloud/models/requests/find_image_duplicates_request.rb +1 -1
  88. data/lib/aspose-imaging-cloud/models/requests/find_images_by_tags_request.rb +1 -1
  89. data/lib/aspose-imaging-cloud/models/requests/find_similar_images_request.rb +1 -1
  90. data/lib/aspose-imaging-cloud/models/requests/get_disc_usage_request.rb +1 -1
  91. data/lib/aspose-imaging-cloud/models/requests/get_file_versions_request.rb +1 -1
  92. data/lib/aspose-imaging-cloud/models/requests/get_files_list_request.rb +1 -1
  93. data/lib/aspose-imaging-cloud/models/requests/get_image_features_request.rb +1 -1
  94. data/lib/aspose-imaging-cloud/models/requests/get_image_frame_properties_request.rb +2 -2
  95. data/lib/aspose-imaging-cloud/models/requests/get_image_frame_range_request.rb +120 -0
  96. data/lib/aspose-imaging-cloud/models/requests/get_image_frame_request.rb +2 -2
  97. data/lib/aspose-imaging-cloud/models/requests/get_image_properties_request.rb +1 -1
  98. data/lib/aspose-imaging-cloud/models/requests/get_image_search_status_request.rb +1 -1
  99. data/lib/aspose-imaging-cloud/models/requests/get_search_image_request.rb +1 -1
  100. data/lib/aspose-imaging-cloud/models/requests/grayscale_image_request.rb +1 -1
  101. data/lib/aspose-imaging-cloud/models/requests/http_request.rb +2 -1
  102. data/lib/aspose-imaging-cloud/models/requests/imaging_request.rb +1 -1
  103. data/lib/aspose-imaging-cloud/models/requests/modify_bmp_request.rb +1 -1
  104. data/lib/aspose-imaging-cloud/models/requests/modify_emf_request.rb +1 -1
  105. data/lib/aspose-imaging-cloud/models/requests/modify_gif_request.rb +1 -1
  106. data/lib/aspose-imaging-cloud/models/requests/modify_jpeg2000_request.rb +1 -1
  107. data/lib/aspose-imaging-cloud/models/requests/modify_jpeg_request.rb +1 -1
  108. data/lib/aspose-imaging-cloud/models/requests/modify_psd_request.rb +1 -1
  109. data/lib/aspose-imaging-cloud/models/requests/modify_svg_request.rb +1 -1
  110. data/lib/aspose-imaging-cloud/models/requests/modify_tiff_request.rb +1 -1
  111. data/lib/aspose-imaging-cloud/models/requests/modify_web_p_request.rb +1 -1
  112. data/lib/aspose-imaging-cloud/models/requests/modify_wmf_request.rb +1 -1
  113. data/lib/aspose-imaging-cloud/models/requests/move_file_request.rb +1 -1
  114. data/lib/aspose-imaging-cloud/models/requests/move_folder_request.rb +1 -1
  115. data/lib/aspose-imaging-cloud/models/requests/object_exists_request.rb +1 -1
  116. data/lib/aspose-imaging-cloud/models/requests/resize_image_request.rb +1 -1
  117. data/lib/aspose-imaging-cloud/models/requests/rotate_flip_image_request.rb +1 -1
  118. data/lib/aspose-imaging-cloud/models/requests/save_image_as_request.rb +1 -1
  119. data/lib/aspose-imaging-cloud/models/requests/storage_exists_request.rb +1 -1
  120. data/lib/aspose-imaging-cloud/models/requests/update_image_features_request.rb +1 -1
  121. data/lib/aspose-imaging-cloud/models/requests/update_image_request.rb +1 -1
  122. data/lib/aspose-imaging-cloud/models/requests/update_search_image_request.rb +1 -1
  123. data/lib/aspose-imaging-cloud/models/requests/upload_file_request.rb +1 -1
  124. data/lib/aspose-imaging-cloud/models/search_context_status.rb +1 -1
  125. data/lib/aspose-imaging-cloud/models/search_result.rb +1 -1
  126. data/lib/aspose-imaging-cloud/models/search_results_set.rb +1 -1
  127. data/lib/aspose-imaging-cloud/models/sharpen_filter_properties.rb +1 -1
  128. data/lib/aspose-imaging-cloud/models/small_rectangular_filter_properties.rb +1 -1
  129. data/lib/aspose-imaging-cloud/models/storage_exist.rb +1 -1
  130. data/lib/aspose-imaging-cloud/models/storage_file.rb +1 -1
  131. data/lib/aspose-imaging-cloud/models/svg_properties.rb +1 -1
  132. data/lib/aspose-imaging-cloud/models/tiff_frame.rb +1 -1
  133. data/lib/aspose-imaging-cloud/models/tiff_options.rb +1 -1
  134. data/lib/aspose-imaging-cloud/models/tiff_properties.rb +1 -1
  135. data/lib/aspose-imaging-cloud/models/web_p_properties.rb +1 -1
  136. metadata +5 -2
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="api_client.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -54,7 +54,7 @@ module AsposeImagingCloud
54
54
  @config = Configuration.new(app_key, app_sid, base_url, api_version, debug)
55
55
  @default_headers = {
56
56
  'x-aspose-client' => 'ruby sdk',
57
- 'x-aspose-version' => '20.3'
57
+ 'x-aspose-version' => '20.4'
58
58
  }
59
59
  end
60
60
 
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="api_error.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -39,4 +39,4 @@ module AsposeImagingCloud
39
39
  @error = error
40
40
  end
41
41
  end
42
- end
42
+ end
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="configuration.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="big_rectangular_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="bilateral_smoothing_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="bmp_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="convolution_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="deconvolution_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="dicom_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="disc_usage.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="djvu_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="dng_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="error.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="error_details.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="exif_data.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="file_version.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="file_versions.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="files_list.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="files_upload_result.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="filter_properties_base.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="gauss_wiener_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="gaussian_blur_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="gif_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="image_duplicates.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="image_duplicates_set.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="image_features.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="imaging_response.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="jfif_data.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="jpeg2000_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="jpeg_exif_data.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="jpeg_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="median_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="motion_wiener_filter_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="object_exist.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="odg_metadata.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="odg_page.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="odg_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="png_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="psd_properties.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="add_search_image_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="append_tiff_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="compare_images_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="convert_tiff_to_fax_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="copy_file_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="copy_folder_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="create_cropped_image_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a
@@ -1,6 +1,6 @@
1
1
  # ----------------------------------------------------------------------------
2
2
  # <copyright company="Aspose" file="create_deskewed_image_request.rb">
3
- # Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
3
+ # Copyright (c) 2018-2020 Aspose Pty Ltd. All rights reserved.
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a