An open API service indexing awesome lists of open source software.

https://github.com/jindrapetrik/php-ico

Icon (.ICO) and cursor (.CUR, .ANI) manipulation library for PHP
https://github.com/jindrapetrik/php-ico

ani cur cursor cursors exe ico icon icons php

Last synced: 2 months ago
JSON representation

Icon (.ICO) and cursor (.CUR, .ANI) manipulation library for PHP

Awesome Lists containing this project

README

        

# php-ico
Icon (.ICO) and Cursor (.CUR, .ANI) manipulation library for PHP.
With EXE icons reading support.

## Bundled classes

Namespace: `Com\Jpexs\Image`

- `IconReader` - reads icons (.ICO) and cursors (.CUR), displays them
- `IconWriter` - creates icons (.ICO) and cursors (.CUR) from GD images
- `ExeIconReader` - reads icons from EXE files
- `AniReader` - reads animated cursors (.ANI), display its frames and info
- `AniWriter` - creates ANI files from GD images

See sample code in [SAMPLES.md](SAMPLES.md).

## License
The library is licensed under GNU/LGPL v2.1, see [LICENSE](LICENSE)
for details.

## Author
Jindra Petřík aka JPEXS

## Changelog
Changes in versions are logged in the file [CHANGELOG.md](CHANGELOG.md)