Remove Image Background using PHP imagick
PHP imagick extension
Linux/Debian
sudo apt-get install php-imagick
#Verify if imagick has been loaded as an extension (optional)
php -m | grep imagick
#Restart Apache
sudo service apache2 restart
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.