Download the PHP package cloudmersive/cloudmersive_imagerecognition_api_client without Composer

On this page you can find all versions of the php package cloudmersive/cloudmersive_imagerecognition_api_client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cloudmersive_imagerecognition_api_client

cloudmersive_imagerecognition_api_client

Image Recognition and Processing APIs let you use Machine Learning to recognize and process images, and also perform useful image modification operations.

Cloudmersive Image Recognition and Computer Vision API provides advanced computer vision and image recognition capabilities.

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to https://api.cloudmersive.com

Class Method HTTP request Description
ArtisticApi artisticPainting POST /image/artistic/painting/{style} Transform an image into an artistic painting automatically
ConvertApi convertToBmp POST /image/convert/to/bmp Convert input image to Bitmap BMP format
ConvertApi convertToGif POST /image/convert/to/gif Convert input image to GIF format
ConvertApi convertToJpg POST /image/convert/to/jpg/{quality} Convert input image to JPG, JPEG format
ConvertApi convertToPhotoshop POST /image/convert/to/psd Convert input image to Photoshop PSD format
ConvertApi convertToPng POST /image/convert/to/png Convert input image to PNG format
ConvertApi convertToTiff POST /image/convert/to/tiff Convert input image to TIFF format
ConvertApi convertToWebP POST /image/convert/to/webp Convert input image to WebP format
EditApi editAutoOrient POST /image/edit/auto-orient/remove-exif Normalizes image rotation and removes EXIF rotation data
EditApi editCompositeBasic POST /image/edit/composite/{location} Composite two images together
EditApi editCompositePrecise POST /image/edit/composite/precise Composite two images together precisely
EditApi editContrastAdaptive POST /image/edit/contrast/{gamma}/adaptive Adaptively adjust the contrast of the image to be more appealing and easy to see
EditApi editCropCircle POST /image/edit/crop/circle/{left}/{top}/{radius} Crop an image to an circular area
EditApi editCropRectangle POST /image/edit/crop/rectangle/{left}/{top}/{width}/{height} Crop an image to a rectangular area
EditApi editDrawPolygon POST /image/edit/draw/polygon Draw a polygon onto an image
EditApi editDrawRectangle POST /image/edit/draw/rectangle Draw a rectangle onto an image
EditApi editDrawText POST /image/edit/draw/text Draw text onto an image
EditApi editDropShadow POST /image/edit/drop-shadow/{X}/{Y}/{sigma}/{opacity} Add a customizeable drop shadow to an image
EditApi editInvert POST /image/edit/invert Invert, negate the colors in the image
EditApi editRemoveExifData POST /image/edit/remove-exif Remove EXIF data from the image
EditApi editRemoveTransparency POST /image/edit/remove-transparency Remove transparency from the image
EditApi editRotate POST /image/edit/rotate/{degrees}/angle Rotate an image any number of degrees
FaceApi faceCompare POST /image/face/compare-and-match Compare and match faces
FaceApi faceCropFirst POST /image/face/crop/first Crop image to face with square crop
FaceApi faceCropFirstRound POST /image/face/crop/first/round Crop image to face with round crop
FaceApi faceDetectAge POST /image/face/detect-age Detect the age of people in an image
FaceApi faceDetectGender POST /image/face/detect-gender Detect the gender of people in an image
FaceApi faceLocate POST /image/face/locate Detect and find faces in an image
FaceApi faceLocateWithLandmarks POST /image/face/locate-with-landmarks Detect and find faces and landmarks eyes and nose and mouth in image
FilterApi filterBlackAndWhite POST /image/filter/black-and-white Convert image to black-and-white grayscale
FilterApi filterDespeckle POST /image/filter/despeckle Despeckle to remove point noise from the image
FilterApi filterEdgeDetect POST /image/filter/edge-detect/{radius} Detect and highlight edges in an image
FilterApi filterEmboss POST /image/filter/emboss/{radius}/{sigma} Emboss an image
FilterApi filterGaussianBlur POST /image/filter/blur/guassian/{radius}/{sigma} Perform a guassian blur on the input image
FilterApi filterMotionBlur POST /image/filter/blur/motion/{radius}/{sigma}/{angle} Perform a motion blur on the input image
FilterApi filterPosterize POST /image/filter/posterize Posterize the image by reducing distinct colors
FilterApi filterSwirl POST /image/filter/swirl Swirl distort the image
InfoApi infoGetDominantColor POST /image/get-info/dominant-color Returns the dominant colors of the image
InfoApi infoGetMetadata POST /image/get-info/metadata Returns the image metadata including EXIF and resolution
NsfwApi nsfwClassify POST /image/nsfw/classify Not safe for work NSFW racy content classification
RecognizeApi recognizeDescribe POST /image/recognize/describe Describe an image in natural language
RecognizeApi recognizeDetectAndUnskewDocument POST /image/recognize/detect-document/unskew Detect and unskew a photo of a document
RecognizeApi recognizeDetectObjects POST /image/recognize/detect-objects Detect objects including types and locations in an image
RecognizeApi recognizeDetectPeople POST /image/recognize/detect-people Detect people including locations in an image
RecognizeApi recognizeDetectTextFine POST /image/recognize/detect-text/fine Detect fine text in a photo of a document
RecognizeApi recognizeDetectTextLarge POST /image/recognize/detect-text/large Detect large text in a photo
RecognizeApi recognizeDetectVehicleLicensePlates POST /image/recognize/detect-vehicle-license-plates Detect vehicle license plates in an image
RecognizeApi recognizeFindSymbol POST /image/recognize/find/symbol Find the location of a symbol in an image
RecognizeApi recognizeSimilarityCompare POST /image/recognize/similarity/compare Compare two images for similarity
RecognizeApi recognizeSimilarityHash POST /image/recognize/similarity/hash Generate a perceptual image hash
RecognizeApi recognizeSimilarityHashDistance POST /image/recognize/similarity/hash/distance Calculates the similarity between two perceptual image hashes
ResizeApi resizePost POST /image/resize/preserveAspectRatio/{maxWidth}/{maxHeight} Resize an image while preserving aspect ratio
ResizeApi resizeResizeSimple POST /image/resize/target/{width}/{height} Resize an image
TextGenerationApi textGenerationCreateHandwritingPng POST /image/text/create/handwriting/png Create an image of handwriting in PNG format

Documentation For Models

Documentation For Authorization

Apikey

Author


All versions of cloudmersive_imagerecognition_api_client with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudmersive/cloudmersive_imagerecognition_api_client contains the following files

Loading the files please wait ....