Socket
Socket
Sign inDemoInstall

cloudmersive-image-api-client

Package Overview
Dependencies
38
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.9 to 1.3.0

10

docs/ConvertApi.md

@@ -9,3 +9,3 @@ # CloudmersiveImageApiClient.ConvertApi

[**convertToGif**](ConvertApi.md#convertToGif) | **POST** /image/convert/to/gif | Convert input image to GIF format
[**convertToJpg**](ConvertApi.md#convertToJpg) | **POST** /image/convert/to/jpg/{quality} | Convert input image to JPG/JPEG format
[**convertToJpg**](ConvertApi.md#convertToJpg) | **POST** /image/convert/to/jpg/{quality} | Convert input image to JPG, JPEG format
[**convertToPhotoshop**](ConvertApi.md#convertToPhotoshop) | **POST** /image/convert/to/psd | Convert input image to Photoshop PSD format

@@ -121,3 +121,3 @@ [**convertToPng**](ConvertApi.md#convertToPng) | **POST** /image/convert/to/png | Convert input image to PNG format

- **Content-Type**: multipart/form-data
- **Accept**: image/gif
- **Accept**: application/octet-stream

@@ -128,3 +128,3 @@ <a name="convertToJpg"></a>

Convert input image to JPG/JPEG format
Convert input image to JPG, JPEG format

@@ -179,3 +179,3 @@ Converts the input image into JPEG/JPG format. Customize encoding parameters. Supported input file formats include AAI, ART, ARW, AVS, BPG, BMP, BMP2, BMP3, BRF, CALS, CGM, CIN, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DIB, DJVU, DNG, DOT, DPX, EMF, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EXR, FAX, FIG, FITS, FPX, GIF, GPLT, GRAY, HDR, HEIC, HPGL, HRZ, ICO, ISOBRL, ISBRL6, JBIG, JNG, JP2, JPT, J2C, J2K, JPEG/JPG, JXR, MAT, MONO, MNG, M2V, MRW, MTV, NEF, ORF, OTB, P7, PALM, PAM, PBM, PCD, PCDS, PCL, PCX, PDF, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PNG, PNG8, PNG00, PNG24, PNG32, PNG48, PNG64, PNM, PPM, PSB, PSD, PTIF, PWB, RAD, RAF, RGB, RGBA, RGF, RLA, RLE, SCT, SFW, SGI, SID, SUN, SVG, TGA, TIFF, TIM, UIL, VIFF, VICAR, VBMP, WDP, WEBP, WPG, X, XBM, XCF, XPM, XWD, X3F, YCbCr, YCbCrA, YUV.

- **Content-Type**: multipart/form-data
- **Accept**: image/jpg
- **Accept**: application/octet-stream

@@ -286,3 +286,3 @@ <a name="convertToPhotoshop"></a>

- **Content-Type**: multipart/form-data
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -289,0 +289,0 @@ <a name="convertToTiff"></a>

@@ -129,3 +129,3 @@ # CloudmersiveImageApiClient.EditApi

- **Content-Type**: multipart/form-data
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -186,3 +186,3 @@ <a name="editContrastAdaptive"></a>

- **Content-Type**: multipart/form-data
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -275,3 +275,3 @@ <a name="editCropRectangle"></a>

var request = new CloudmersiveImageApiClient.DrawPolygonRequest(); // DrawPolygonRequest |
var request = new CloudmersiveImageApiClient.DrawPolygonRequest(); // DrawPolygonRequest | Polygon drawing request parameters

@@ -293,3 +293,3 @@

------------- | ------------- | ------------- | -------------
**request** | [**DrawPolygonRequest**](DrawPolygonRequest.md)| |
**request** | [**DrawPolygonRequest**](DrawPolygonRequest.md)| Polygon drawing request parameters |

@@ -307,3 +307,3 @@ ### Return type

- **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -331,3 +331,3 @@ <a name="editDrawRectangle"></a>

var request = new CloudmersiveImageApiClient.DrawRectangleRequest(); // DrawRectangleRequest |
var request = new CloudmersiveImageApiClient.DrawRectangleRequest(); // DrawRectangleRequest | Draw rectangle parameters

@@ -349,3 +349,3 @@

------------- | ------------- | ------------- | -------------
**request** | [**DrawRectangleRequest**](DrawRectangleRequest.md)| |
**request** | [**DrawRectangleRequest**](DrawRectangleRequest.md)| Draw rectangle parameters |

@@ -363,3 +363,3 @@ ### Return type

- **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -387,3 +387,3 @@ <a name="editDrawText"></a>

var request = new CloudmersiveImageApiClient.DrawTextRequest(); // DrawTextRequest |
var request = new CloudmersiveImageApiClient.DrawTextRequest(); // DrawTextRequest | Draw text parameters

@@ -405,3 +405,3 @@

------------- | ------------- | ------------- | -------------
**request** | [**DrawTextRequest**](DrawTextRequest.md)| |
**request** | [**DrawTextRequest**](DrawTextRequest.md)| Draw text parameters |

@@ -419,3 +419,3 @@ ### Return type

- **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -443,5 +443,5 @@ <a name="editDropShadow"></a>

var X = 56; // Number |
var X = 56; // Number | Horizontal (X) offset of the drop shadow
var Y = 56; // Number |
var Y = 56; // Number | Vertical (Y) offset of the drop shadow

@@ -469,4 +469,4 @@ var sigma = 56; // Number | Sigma (blur distance) of the drop shadow

------------- | ------------- | ------------- | -------------
**X** | **Number**| |
**Y** | **Number**| |
**X** | **Number**| Horizontal (X) offset of the drop shadow |
**Y** | **Number**| Vertical (Y) offset of the drop shadow |
**sigma** | **Number**| Sigma (blur distance) of the drop shadow |

@@ -473,0 +473,0 @@ **opacity** | **Number**| Opacity of the drop shadow; 0 is 0% and 100 is 100% |

@@ -8,8 +8,8 @@ # CloudmersiveImageApiClient.FaceApi

[**faceCompare**](FaceApi.md#faceCompare) | **POST** /image/face/compare-and-match | Compare and match faces
[**faceCropFirst**](FaceApi.md#faceCropFirst) | **POST** /image/face/crop/first | Crop image to face (square)
[**faceCropFirstRound**](FaceApi.md#faceCropFirstRound) | **POST** /image/face/crop/first/round | Crop image to face (round)
[**faceCropFirst**](FaceApi.md#faceCropFirst) | **POST** /image/face/crop/first | Crop image to face with square crop
[**faceCropFirstRound**](FaceApi.md#faceCropFirstRound) | **POST** /image/face/crop/first/round | Crop image to face with round crop
[**faceDetectAge**](FaceApi.md#faceDetectAge) | **POST** /image/face/detect-age | Detect the age of people in an image
[**faceDetectGender**](FaceApi.md#faceDetectGender) | **POST** /image/face/detect-gender | Detect the gender of people in an image
[**faceLocate**](FaceApi.md#faceLocate) | **POST** /image/face/locate | Find faces in an image
[**faceLocateWithLandmarks**](FaceApi.md#faceLocateWithLandmarks) | **POST** /image/face/locate-with-landmarks | Find faces and face landmarks (eyes, eye brows, nose, mouth) in an image
[**faceLocate**](FaceApi.md#faceLocate) | **POST** /image/face/locate | Detect and find faces in an image
[**faceLocateWithLandmarks**](FaceApi.md#faceLocateWithLandmarks) | **POST** /image/face/locate-with-landmarks | Detect and find faces and landmarks eyes and nose and mouth in image

@@ -77,3 +77,3 @@

Crop image to face (square)
Crop image to face with square crop

@@ -131,3 +131,3 @@ Crop an image to the face (rectangular crop). If there is more than one face present, choose the first one.

Crop image to face (round)
Crop image to face with round crop

@@ -291,3 +291,3 @@ Crop an image to the face (circular/round crop). If there is more than one face present, choose the first one.

Find faces in an image
Detect and find faces in an image

@@ -345,3 +345,3 @@ Locate the positions of all faces in an image

Find faces and face landmarks (eyes, eye brows, nose, mouth) in an image
Detect and find faces and landmarks eyes and nose and mouth in image

@@ -348,0 +348,0 @@ Locate the positions of all faces in an image, along with the eyes, eye brows, nose and mouth components of each

@@ -6,7 +6,7 @@ # CloudmersiveImageApiClient.FaceLocateResponse

------------ | ------------- | ------------- | -------------
**errorDetails** | **String** | | [optional]
**successful** | **Boolean** | True if the operation was successful, false otherwise | [optional]
**faces** | [**[Face]**](Face.md) | Array of faces found in the image | [optional]
**faceCount** | **Number** | Number of faces found in the image | [optional]
**errorDetails** | **String** | Details of any errors that occurred | [optional]

@@ -8,3 +8,3 @@ # CloudmersiveImageApiClient.FilterApi

[**filterBlackAndWhite**](FilterApi.md#filterBlackAndWhite) | **POST** /image/filter/black-and-white | Convert image to black-and-white grayscale
[**filterDespeckle**](FilterApi.md#filterDespeckle) | **POST** /image/filter/despeckle | Despeckle (remove point noise) from the image
[**filterDespeckle**](FilterApi.md#filterDespeckle) | **POST** /image/filter/despeckle | Despeckle to remove point noise from the image
[**filterEdgeDetect**](FilterApi.md#filterEdgeDetect) | **POST** /image/filter/edge-detect/{radius} | Detect and highlight edges in an image

@@ -75,3 +75,3 @@ [**filterEmboss**](FilterApi.md#filterEmboss) | **POST** /image/filter/emboss/{radius}/{sigma} | Emboss an image

Despeckle (remove point noise) from the image
Despeckle to remove point noise from the image

@@ -78,0 +78,0 @@ Remove point noise / despeckle the input image

@@ -7,2 +7,3 @@ # CloudmersiveImageApiClient.ImageMetadata

**successful** | **Boolean** | True if the operation was successful, false otherwise | [optional]
**isValidImage** | **Boolean** | True if the input image is a valid image file, false otherwise | [optional]
**fileFormat** | **String** | File format of the image | [optional]

@@ -12,2 +13,3 @@ **width** | **Number** | Width of the image in pixels | [optional]

**bitDepth** | **Number** | Bits per pixel | [optional]
**hasTransparency** | **Boolean** | True if the image has transaprency in the form of an alpha channel, false otherwise | [optional]
**colorSpace** | **String** | Color space of the image | [optional]

@@ -14,0 +16,0 @@ **exifProfileName** | **String** | Name of the EXIF profile used | [optional]

@@ -8,3 +8,3 @@ # CloudmersiveImageApiClient.InfoApi

[**infoGetDominantColor**](InfoApi.md#infoGetDominantColor) | **POST** /image/get-info/dominant-color | Returns the dominant colors of the image
[**infoGetMetadata**](InfoApi.md#infoGetMetadata) | **POST** /image/get-info/metadata | Returns the image metadata, including EXIF and resolution
[**infoGetMetadata**](InfoApi.md#infoGetMetadata) | **POST** /image/get-info/metadata | Returns the image metadata including EXIF and resolution

@@ -69,3 +69,3 @@

Returns the image metadata, including EXIF and resolution
Returns the image metadata including EXIF and resolution

@@ -72,0 +72,0 @@ Returns the metadata information on the image, including file type, EXIF (if available), and resolution.

@@ -7,3 +7,3 @@ # CloudmersiveImageApiClient.NsfwApi

------------- | ------------- | -------------
[**nsfwClassify**](NsfwApi.md#nsfwClassify) | **POST** /image/nsfw/classify | Not safe for work (NSFW) racy content classification
[**nsfwClassify**](NsfwApi.md#nsfwClassify) | **POST** /image/nsfw/classify | Not safe for work NSFW racy content classification

@@ -15,3 +15,3 @@

Not safe for work (NSFW) racy content classification
Not safe for work NSFW racy content classification

@@ -18,0 +18,0 @@ Classify an image into Not Safe For Work (NSFW)/Porn/Racy content and Safe Content.

@@ -9,4 +9,4 @@ # CloudmersiveImageApiClient.RecognizeApi

[**recognizeDetectAndUnskewDocument**](RecognizeApi.md#recognizeDetectAndUnskewDocument) | **POST** /image/recognize/detect-document/unskew | Detect and unskew a photo of a document
[**recognizeDetectObjects**](RecognizeApi.md#recognizeDetectObjects) | **POST** /image/recognize/detect-objects | Detect objects, including types and locations, in an image
[**recognizeDetectPeople**](RecognizeApi.md#recognizeDetectPeople) | **POST** /image/recognize/detect-people | Detect people, including locations, in an image
[**recognizeDetectObjects**](RecognizeApi.md#recognizeDetectObjects) | **POST** /image/recognize/detect-objects | Detect objects including types and locations in an image
[**recognizeDetectPeople**](RecognizeApi.md#recognizeDetectPeople) | **POST** /image/recognize/detect-people | Detect people including locations in an image
[**recognizeDetectTextFine**](RecognizeApi.md#recognizeDetectTextFine) | **POST** /image/recognize/detect-text/fine | Detect fine text in a photo of a document

@@ -132,3 +132,3 @@ [**recognizeDetectTextLarge**](RecognizeApi.md#recognizeDetectTextLarge) | **POST** /image/recognize/detect-text/large | Detect large text in a photo

Detect objects, including types and locations, in an image
Detect objects including types and locations in an image

@@ -186,3 +186,3 @@ Identify the position, size and description of objects in an image, along with a recognition confidence level. Detects both human people and objects in an image.

Detect people, including locations, in an image
Detect people including locations in an image

@@ -189,0 +189,0 @@ Identify the position, and size of human people in an image, along with a recognition confidence level. People in the image do NOT need to be facing the camera; they can be facing away, edge-on, etc.

@@ -68,3 +68,3 @@ # CloudmersiveImageApiClient.ResizeApi

- **Content-Type**: multipart/form-data
- **Accept**: image/png
- **Accept**: application/octet-stream

@@ -92,5 +92,5 @@ <a name="resizeResizeSimple"></a>

var width = 56; // Number |
var width = 56; // Number | Width of the output image - final image will be exactly this width
var height = 56; // Number |
var height = 56; // Number | Height of the output image - final image will be exactly this height

@@ -114,4 +114,4 @@ var imageFile = "/path/to/file.txt"; // File | Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

------------- | ------------- | ------------- | -------------
**width** | **Number**| |
**height** | **Number**| |
**width** | **Number**| Width of the output image - final image will be exactly this width |
**height** | **Number**| Height of the output image - final image will be exactly this height |
**imageFile** | **File**| Image file to perform the operation on. Common file formats such as PNG, JPEG are supported. |

@@ -130,3 +130,3 @@

- **Content-Type**: multipart/form-data
- **Accept**: image/png
- **Accept**: application/octet-stream
{
"name": "cloudmersive-image-api-client",
"version": "1.2.9",
"version": "1.3.0",
"description": "Image_Recognition_and_Processing_APIs_let_you_use_Machine_Learning_to_recognize_and_process_images_and_also_perform_useful_image_modification_operations_",

@@ -5,0 +5,0 @@ "license": "Unlicense",

@@ -8,3 +8,3 @@ # cloudmersive-image-api-client

- API version: v1
- Package version: 1.2.9
- Package version: 1.3.0

@@ -134,3 +134,3 @@

*CloudmersiveImageApiClient.ConvertApi* | [**convertToGif**](docs/ConvertApi.md#convertToGif) | **POST** /image/convert/to/gif | Convert input image to GIF format
*CloudmersiveImageApiClient.ConvertApi* | [**convertToJpg**](docs/ConvertApi.md#convertToJpg) | **POST** /image/convert/to/jpg/{quality} | Convert input image to JPG/JPEG format
*CloudmersiveImageApiClient.ConvertApi* | [**convertToJpg**](docs/ConvertApi.md#convertToJpg) | **POST** /image/convert/to/jpg/{quality} | Convert input image to JPG, JPEG format
*CloudmersiveImageApiClient.ConvertApi* | [**convertToPhotoshop**](docs/ConvertApi.md#convertToPhotoshop) | **POST** /image/convert/to/psd | Convert input image to Photoshop PSD format

@@ -151,10 +151,10 @@ *CloudmersiveImageApiClient.ConvertApi* | [**convertToPng**](docs/ConvertApi.md#convertToPng) | **POST** /image/convert/to/png | Convert input image to PNG format

*CloudmersiveImageApiClient.FaceApi* | [**faceCompare**](docs/FaceApi.md#faceCompare) | **POST** /image/face/compare-and-match | Compare and match faces
*CloudmersiveImageApiClient.FaceApi* | [**faceCropFirst**](docs/FaceApi.md#faceCropFirst) | **POST** /image/face/crop/first | Crop image to face (square)
*CloudmersiveImageApiClient.FaceApi* | [**faceCropFirstRound**](docs/FaceApi.md#faceCropFirstRound) | **POST** /image/face/crop/first/round | Crop image to face (round)
*CloudmersiveImageApiClient.FaceApi* | [**faceCropFirst**](docs/FaceApi.md#faceCropFirst) | **POST** /image/face/crop/first | Crop image to face with square crop
*CloudmersiveImageApiClient.FaceApi* | [**faceCropFirstRound**](docs/FaceApi.md#faceCropFirstRound) | **POST** /image/face/crop/first/round | Crop image to face with round crop
*CloudmersiveImageApiClient.FaceApi* | [**faceDetectAge**](docs/FaceApi.md#faceDetectAge) | **POST** /image/face/detect-age | Detect the age of people in an image
*CloudmersiveImageApiClient.FaceApi* | [**faceDetectGender**](docs/FaceApi.md#faceDetectGender) | **POST** /image/face/detect-gender | Detect the gender of people in an image
*CloudmersiveImageApiClient.FaceApi* | [**faceLocate**](docs/FaceApi.md#faceLocate) | **POST** /image/face/locate | Find faces in an image
*CloudmersiveImageApiClient.FaceApi* | [**faceLocateWithLandmarks**](docs/FaceApi.md#faceLocateWithLandmarks) | **POST** /image/face/locate-with-landmarks | Find faces and face landmarks (eyes, eye brows, nose, mouth) in an image
*CloudmersiveImageApiClient.FaceApi* | [**faceLocate**](docs/FaceApi.md#faceLocate) | **POST** /image/face/locate | Detect and find faces in an image
*CloudmersiveImageApiClient.FaceApi* | [**faceLocateWithLandmarks**](docs/FaceApi.md#faceLocateWithLandmarks) | **POST** /image/face/locate-with-landmarks | Detect and find faces and landmarks eyes and nose and mouth in image
*CloudmersiveImageApiClient.FilterApi* | [**filterBlackAndWhite**](docs/FilterApi.md#filterBlackAndWhite) | **POST** /image/filter/black-and-white | Convert image to black-and-white grayscale
*CloudmersiveImageApiClient.FilterApi* | [**filterDespeckle**](docs/FilterApi.md#filterDespeckle) | **POST** /image/filter/despeckle | Despeckle (remove point noise) from the image
*CloudmersiveImageApiClient.FilterApi* | [**filterDespeckle**](docs/FilterApi.md#filterDespeckle) | **POST** /image/filter/despeckle | Despeckle to remove point noise from the image
*CloudmersiveImageApiClient.FilterApi* | [**filterEdgeDetect**](docs/FilterApi.md#filterEdgeDetect) | **POST** /image/filter/edge-detect/{radius} | Detect and highlight edges in an image

@@ -167,8 +167,8 @@ *CloudmersiveImageApiClient.FilterApi* | [**filterEmboss**](docs/FilterApi.md#filterEmboss) | **POST** /image/filter/emboss/{radius}/{sigma} | Emboss an image

*CloudmersiveImageApiClient.InfoApi* | [**infoGetDominantColor**](docs/InfoApi.md#infoGetDominantColor) | **POST** /image/get-info/dominant-color | Returns the dominant colors of the image
*CloudmersiveImageApiClient.InfoApi* | [**infoGetMetadata**](docs/InfoApi.md#infoGetMetadata) | **POST** /image/get-info/metadata | Returns the image metadata, including EXIF and resolution
*CloudmersiveImageApiClient.NsfwApi* | [**nsfwClassify**](docs/NsfwApi.md#nsfwClassify) | **POST** /image/nsfw/classify | Not safe for work (NSFW) racy content classification
*CloudmersiveImageApiClient.InfoApi* | [**infoGetMetadata**](docs/InfoApi.md#infoGetMetadata) | **POST** /image/get-info/metadata | Returns the image metadata including EXIF and resolution
*CloudmersiveImageApiClient.NsfwApi* | [**nsfwClassify**](docs/NsfwApi.md#nsfwClassify) | **POST** /image/nsfw/classify | Not safe for work NSFW racy content classification
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDescribe**](docs/RecognizeApi.md#recognizeDescribe) | **POST** /image/recognize/describe | Describe an image in natural language
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectAndUnskewDocument**](docs/RecognizeApi.md#recognizeDetectAndUnskewDocument) | **POST** /image/recognize/detect-document/unskew | Detect and unskew a photo of a document
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectObjects**](docs/RecognizeApi.md#recognizeDetectObjects) | **POST** /image/recognize/detect-objects | Detect objects, including types and locations, in an image
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectPeople**](docs/RecognizeApi.md#recognizeDetectPeople) | **POST** /image/recognize/detect-people | Detect people, including locations, in an image
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectObjects**](docs/RecognizeApi.md#recognizeDetectObjects) | **POST** /image/recognize/detect-objects | Detect objects including types and locations in an image
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectPeople**](docs/RecognizeApi.md#recognizeDetectPeople) | **POST** /image/recognize/detect-people | Detect people including locations in an image
*CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectTextFine**](docs/RecognizeApi.md#recognizeDetectTextFine) | **POST** /image/recognize/detect-text/fine | Detect fine text in a photo of a document

@@ -175,0 +175,0 @@ *CloudmersiveImageApiClient.RecognizeApi* | [**recognizeDetectTextLarge**](docs/RecognizeApi.md#recognizeDetectTextLarge) | **POST** /image/recognize/detect-text/large | Detect large text in a photo

@@ -36,3 +36,3 @@ /**

* @module api/ArtisticApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -39,0 +39,0 @@

@@ -36,3 +36,3 @@ /**

* @module api/ConvertApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -137,3 +137,3 @@

var contentTypes = ['multipart/form-data'];
var accepts = ['image/gif'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -157,3 +157,3 @@

/**
* Convert input image to JPG/JPEG format
* Convert input image to JPG, JPEG format
* Converts the input image into JPEG/JPG format. Customize encoding parameters. Supported input file formats include AAI, ART, ARW, AVS, BPG, BMP, BMP2, BMP3, BRF, CALS, CGM, CIN, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DIB, DJVU, DNG, DOT, DPX, EMF, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EXR, FAX, FIG, FITS, FPX, GIF, GPLT, GRAY, HDR, HEIC, HPGL, HRZ, ICO, ISOBRL, ISBRL6, JBIG, JNG, JP2, JPT, J2C, J2K, JPEG/JPG, JXR, MAT, MONO, MNG, M2V, MRW, MTV, NEF, ORF, OTB, P7, PALM, PAM, PBM, PCD, PCDS, PCL, PCX, PDF, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PNG, PNG8, PNG00, PNG24, PNG32, PNG48, PNG64, PNM, PPM, PSB, PSD, PTIF, PWB, RAD, RAF, RGB, RGBA, RGF, RLA, RLE, SCT, SFW, SGI, SID, SUN, SVG, TGA, TIFF, TIM, UIL, VIFF, VICAR, VBMP, WDP, WEBP, WPG, X, XBM, XCF, XPM, XWD, X3F, YCbCr, YCbCrA, YUV.

@@ -194,3 +194,3 @@ * @param {Number} quality Set the JPEG quality level; lowest quality is 1 (highest compression), highest quality (lowest compression) is 100; recommended value is 75

var contentTypes = ['multipart/form-data'];
var accepts = ['image/jpg'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -291,3 +291,3 @@

var contentTypes = ['multipart/form-data'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -294,0 +294,0 @@

@@ -36,3 +36,3 @@ /**

* @module api/EditApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -151,3 +151,3 @@

var contentTypes = ['multipart/form-data'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -207,3 +207,3 @@

var contentTypes = ['multipart/form-data'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -305,3 +305,3 @@

* Draw one or more polygons, with customized visuals, onto an image
* @param {module:model/DrawPolygonRequest} request
* @param {module:model/DrawPolygonRequest} request Polygon drawing request parameters
* @param {module:api/EditApi~editDrawPolygonCallback} callback The callback function, accepting three arguments: error, data, response

@@ -332,3 +332,3 @@ * data is of type: {@link 'Blob'}

var contentTypes = ['application/json', 'text/json', 'application/xml', 'text/xml', 'application/x-www-form-urlencoded'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -354,3 +354,3 @@

* Draw one or more rectangles, with customized visuals, onto an image
* @param {module:model/DrawRectangleRequest} request
* @param {module:model/DrawRectangleRequest} request Draw rectangle parameters
* @param {module:api/EditApi~editDrawRectangleCallback} callback The callback function, accepting three arguments: error, data, response

@@ -381,3 +381,3 @@ * data is of type: {@link 'Blob'}

var contentTypes = ['application/json', 'text/json', 'application/xml', 'text/xml', 'application/x-www-form-urlencoded'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -403,3 +403,3 @@

* Draw one or more pieces of text, with customized visuals, onto an image
* @param {module:model/DrawTextRequest} request
* @param {module:model/DrawTextRequest} request Draw text parameters
* @param {module:api/EditApi~editDrawTextCallback} callback The callback function, accepting three arguments: error, data, response

@@ -430,3 +430,3 @@ * data is of type: {@link 'Blob'}

var contentTypes = ['application/json', 'text/json', 'application/xml', 'text/xml', 'application/x-www-form-urlencoded'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -452,4 +452,4 @@

* Add a customizeable drop shadow to the image
* @param {Number} X
* @param {Number} Y
* @param {Number} X Horizontal (X) offset of the drop shadow
* @param {Number} Y Vertical (Y) offset of the drop shadow
* @param {Number} sigma Sigma (blur distance) of the drop shadow

@@ -456,0 +456,0 @@ * @param {Number} opacity Opacity of the drop shadow; 0 is 0% and 100 is 100%

@@ -36,3 +36,3 @@ /**

* @module api/FaceApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -115,3 +115,3 @@

/**
* Crop image to face (square)
* Crop image to face with square crop
* Crop an image to the face (rectangular crop). If there is more than one face present, choose the first one.

@@ -164,3 +164,3 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

/**
* Crop image to face (round)
* Crop image to face with round crop
* Crop an image to the face (circular/round crop). If there is more than one face present, choose the first one.

@@ -309,3 +309,3 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

/**
* Find faces in an image
* Detect and find faces in an image
* Locate the positions of all faces in an image

@@ -358,3 +358,3 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

/**
* Find faces and face landmarks (eyes, eye brows, nose, mouth) in an image
* Detect and find faces and landmarks eyes and nose and mouth in image
* Locate the positions of all faces in an image, along with the eyes, eye brows, nose and mouth components of each

@@ -361,0 +361,0 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

@@ -36,3 +36,3 @@ /**

* @module api/FilterApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -108,3 +108,3 @@

/**
* Despeckle (remove point noise) from the image
* Despeckle to remove point noise from the image
* Remove point noise / despeckle the input image

@@ -111,0 +111,0 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

@@ -36,3 +36,3 @@ /**

* @module api/InfoApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -108,3 +108,3 @@

/**
* Returns the image metadata, including EXIF and resolution
* Returns the image metadata including EXIF and resolution
* Returns the metadata information on the image, including file type, EXIF (if available), and resolution.

@@ -111,0 +111,0 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

@@ -36,3 +36,3 @@ /**

* @module api/NsfwApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -60,3 +60,3 @@

/**
* Not safe for work (NSFW) racy content classification
* Not safe for work NSFW racy content classification
* Classify an image into Not Safe For Work (NSFW)/Porn/Racy content and Safe Content.

@@ -63,0 +63,0 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

@@ -36,3 +36,3 @@ /**

* @module api/RecognizeApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -160,3 +160,3 @@

/**
* Detect objects, including types and locations, in an image
* Detect objects including types and locations in an image
* Identify the position, size and description of objects in an image, along with a recognition confidence level. Detects both human people and objects in an image.

@@ -209,3 +209,3 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

/**
* Detect people, including locations, in an image
* Detect people including locations in an image
* Identify the position, and size of human people in an image, along with a recognition confidence level. People in the image do NOT need to be facing the camera; they can be facing away, edge-on, etc.

@@ -212,0 +212,0 @@ * @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

@@ -36,3 +36,3 @@ /**

* @module api/ResizeApi
* @version 1.2.9
* @version 1.3.0
*/

@@ -103,3 +103,3 @@

var contentTypes = ['multipart/form-data'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -125,4 +125,4 @@

* Resize an image to a specific width and specific height
* @param {Number} width
* @param {Number} height
* @param {Number} width Width of the output image - final image will be exactly this width
* @param {Number} height Height of the output image - final image will be exactly this height
* @param {File} imageFile Image file to perform the operation on. Common file formats such as PNG, JPEG are supported.

@@ -167,3 +167,3 @@ * @param {module:api/ResizeApi~resizeResizeSimpleCallback} callback The callback function, accepting three arguments: error, data, response

var contentTypes = ['multipart/form-data'];
var accepts = ['image/png'];
var accepts = ['application/octet-stream'];
var returnType = 'Blob';

@@ -170,0 +170,0 @@

@@ -35,3 +35,3 @@ /**

* @module ApiClient
* @version 1.2.9
* @version 1.3.0
*/

@@ -38,0 +38,0 @@

@@ -56,3 +56,3 @@ /**

* @module index
* @version 1.2.9
* @version 1.3.0
*/

@@ -59,0 +59,0 @@ var exports = {

@@ -39,3 +39,3 @@ /**

* @module model/AgeDetectionResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ColorResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DetectedLicensePlate
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DetectedObject
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DominantColorResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DrawPolygonInstance
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DrawPolygonRequest
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DrawRectangleInstance
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DrawRectangleRequest
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DrawTextInstance
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/DrawTextRequest
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/Face
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FaceCompareResponse
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FaceLocateResponse
* @version 1.2.9
* @version 1.3.0
*/

@@ -69,5 +69,2 @@

if (data.hasOwnProperty('ErrorDetails')) {
obj['ErrorDetails'] = ApiClient.convertToType(data['ErrorDetails'], 'String');
}
if (data.hasOwnProperty('Successful')) {

@@ -82,2 +79,5 @@ obj['Successful'] = ApiClient.convertToType(data['Successful'], 'Boolean');

}
if (data.hasOwnProperty('ErrorDetails')) {
obj['ErrorDetails'] = ApiClient.convertToType(data['ErrorDetails'], 'String');
}
}

@@ -88,6 +88,2 @@ return obj;

/**
* @member {String} ErrorDetails
*/
exports.prototype['ErrorDetails'] = undefined;
/**
* True if the operation was successful, false otherwise

@@ -107,2 +103,7 @@ * @member {Boolean} Successful

exports.prototype['FaceCount'] = undefined;
/**
* Details of any errors that occurred
* @member {String} ErrorDetails
*/
exports.prototype['ErrorDetails'] = undefined;

@@ -109,0 +110,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FaceLocateWithLandmarksResponse
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FaceMatch
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FacePoint
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FaceWithLandmarks
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FindSymbolResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FineTextDetectionResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/FineTextItem
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/GenderDetectionResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ImageDescriptionResponse
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ImageMetadata
* @version 1.2.9
* @version 1.3.0
*/

@@ -60,2 +60,4 @@

};

@@ -77,2 +79,5 @@

}
if (data.hasOwnProperty('IsValidImage')) {
obj['IsValidImage'] = ApiClient.convertToType(data['IsValidImage'], 'Boolean');
}
if (data.hasOwnProperty('FileFormat')) {

@@ -90,2 +95,5 @@ obj['FileFormat'] = ApiClient.convertToType(data['FileFormat'], 'String');

}
if (data.hasOwnProperty('HasTransparency')) {
obj['HasTransparency'] = ApiClient.convertToType(data['HasTransparency'], 'Boolean');
}
if (data.hasOwnProperty('ColorSpace')) {

@@ -110,2 +118,7 @@ obj['ColorSpace'] = ApiClient.convertToType(data['ColorSpace'], 'String');

/**
* True if the input image is a valid image file, false otherwise
* @member {Boolean} IsValidImage
*/
exports.prototype['IsValidImage'] = undefined;
/**
* File format of the image

@@ -131,2 +144,7 @@ * @member {String} FileFormat

/**
* True if the image has transaprency in the form of an alpha channel, false otherwise
* @member {Boolean} HasTransparency
*/
exports.prototype['HasTransparency'] = undefined;
/**
* Color space of the image

@@ -133,0 +151,0 @@ * @member {String} ColorSpace

@@ -39,3 +39,3 @@ /**

* @module model/ImageMetadataExifValue
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/NsfwResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/ObjectDetectionResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/PersonWithAge
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/PersonWithGender
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/PolygonPoint
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/RecognitionOutcome
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/TextDetectionResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/TextItem
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -39,3 +39,3 @@ /**

* @module model/VehicleLicensePlateDetectionResult
* @version 1.2.9
* @version 1.3.0
*/

@@ -42,0 +42,0 @@

@@ -59,8 +59,2 @@ /**

it('should have the property errorDetails (base name: "ErrorDetails")', function() {
// uncomment below and update the code to test the property errorDetails
//var instane = new CloudmersiveImageApiClient.FaceLocateResponse();
//expect(instance).to.be();
});
it('should have the property successful (base name: "Successful")', function() {

@@ -84,4 +78,10 @@ // uncomment below and update the code to test the property successful

it('should have the property errorDetails (base name: "ErrorDetails")', function() {
// uncomment below and update the code to test the property errorDetails
//var instane = new CloudmersiveImageApiClient.FaceLocateResponse();
//expect(instance).to.be();
});
});
}));

@@ -65,2 +65,8 @@ /**

it('should have the property isValidImage (base name: "IsValidImage")', function() {
// uncomment below and update the code to test the property isValidImage
//var instane = new CloudmersiveImageApiClient.ImageMetadata();
//expect(instance).to.be();
});
it('should have the property fileFormat (base name: "FileFormat")', function() {

@@ -90,2 +96,8 @@ // uncomment below and update the code to test the property fileFormat

it('should have the property hasTransparency (base name: "HasTransparency")', function() {
// uncomment below and update the code to test the property hasTransparency
//var instane = new CloudmersiveImageApiClient.ImageMetadata();
//expect(instance).to.be();
});
it('should have the property colorSpace (base name: "ColorSpace")', function() {

@@ -92,0 +104,0 @@ // uncomment below and update the code to test the property colorSpace

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc