Convert selfie image to anime
use Namdevel\AnimeMaker;
require('src/animeMaker.php');
$source = './tes.jpg';
$animeMaker = new AnimeMaker($source);
$animeMaker->createAnime();
Original | Anime |
---|---|
This open-source software is distributed under the MIT License. See LICENSE.md
All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...
- Send feedbacks.
- Submit bug reports.
- Write/Edit the documents.
- Fix bugs or add new features.