PHP FAVICON MAKER is a package that allows the user to build his favicon on the fly
from any chosen type of image file.Currently it allows to generate the favicon in the size
16*16,32*32,48*48 and also the html code to include in the page...The chosen file could even
be an animated gif.In this case,I suggest to use firefox to really see the package generated
code in action or any other browser which accept animated gif as favicon....
As the favicon doesn't need to be generated each time user launch a page, This package
must be used offline except if a launch once system is implemented on every page...
The package use other package from the PHPCLASSES repository that are already included as:
GIF_eXG(PHP GIF resize) from Author: Yuriy Khomenko;https://www.phpclasses.org/package/8126-PHP-Resize-animated-GIF-images-with-transparency.html
PHP Image Sizer from Author : Mohamed Elbahja; https://www.phpclasses.org/package/9831-PHP-Resize-images-to-a-given-width-and-height.html
Convert to BMP from Author: mahabub from bangladesh https://www.phpclasses.org/package/6211-PHP-Convert-GIF-JPEG-and-PNG-images-to-BMP-format.html
The classes and their methods are documented in their statement.See the testMMF.php file
for a how to use example.
For more questions, feedback and other please contact me at leizmo@gmail.com
Or use the PHPCLASSES site forum...
|