Skip to content

Commit c056927

Browse files
committed
Added composer name.
1 parent 4d972cc commit c056927

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ PHP ICO provides an easy-to-use PHP class that generates valid [ICO files](http:
55

66
The class uses the GD library for reading an image from the source file and uses pure PHP for generating the ICO file format. In theory, any image format that GD can read can be used as a source image to generate the ICO file. I tested this library with JPEG, GIF, and PNG images with great results. If an animated GIF is supplied, the first frame will be used to generate the ICO image.
77

8+
The PHP ICO library is available on Composer via Packagist at `chrisjean/php-ico`.
9+
810
ICO Format Details
911
------------------
1012

0 commit comments

Comments
 (0)