By :
aghanathan
Published on Thursday, December 15, 2016,13:10:59 in PHP Scripts
The Nathan Icon Generator allows you to create customizable icon from Bootstrap Glyphicon Components and downloadable icon, work in localhost or web hosting (IPV6 version).
Features include:
Choose from many Bootstrap Glyphicon Components with icon picker
Customize icon color
Customize icon size, and
Downloadable icon (in the IPV6 version)
iconGenerator Class
This class allows to print Bootstrap Glyphicon Components over a background transparent. It requires Glyphicons Unicode HTML Entites and glyphicons-halflings-regular.ttf.
The resulting image will be show on PNG, and saved the works in â./imgsâ folder.
Usage
Adding the class
require_once â./Class.iconGenerator.phpâ;
Creating the object
$img = new iconGenerator($UniHex, $color, $size);
Showing and saving the image
$img->show();
Share This Product