Skip to content

GaniyevUz/ToonApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages