Download the PHP package alexkirsanoff/vinci without Composer
On this page you can find all versions of the php package alexkirsanoff/vinci. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexkirsanoff/vinci
More information about alexkirsanoff/vinci
Files in alexkirsanoff/vinci
Download alexkirsanoff/vinci
More information about alexkirsanoff/vinci
Files in alexkirsanoff/vinci
Please rate this library. Is it a good library?
Informations about the package vinci
Simple implementation of Vinci Api
Transform your photos using of neural networks from Vinci
Before:
After:
Install via composer:
composer require alexkirsanoff/vinci
Get list of filters
$filters = Vinci::getFilters();
Get id of filter, for example a mystical filter
$filterId = $filters['mystic'];
Upload image for getting file id
$image = Image::createFromUrl('https://example.com/your_image.jpeg');
$fileId = Vinci::upload($image);
Convert image to art using file id and filter id
$art = Vinci::download($fileId, $filterId);
Display given art
$art->display();
You can also save a image, for this use:
$art->save($path);
All versions of vinci with dependencies
PHP Build Version
Package Version
The package alexkirsanoff/vinci contains the following files
Loading the files please wait ....