GaniyevUz / ToonApp

Convert real photos into cartoon images with high accuracy and beautiful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToonApp-API-in-PHP-OOP

Convert real photos into cartoon images with high accuracy and beautiful

How to use ?

example code is here

composer require ganiyevuz/toonapp
require_once "vendor/autoload.php";
use GaniyevUz\ToonApp;

$image  = new CURLFile('image.jpg'); // source image
$ToonApp = new ToonApp($image);
echo $ToonApp->execute();

//save with custom name
$name   = 'new-'.time().'.png';
echo $img->execute($name);

About

Convert real photos into cartoon images with high accuracy and beautiful

License:MIT License


Languages

Language:PHP 100.0%