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
- Host: GitHub
- URL: https://github.com/jindrapetrik/php-ico
- Owner: jindrapetrik
- License: lgpl-2.1
- Created: 2022-02-18T17:04:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T19:37:45.000Z (over 3 years ago)
- Last Synced: 2025-01-20T12:46:04.687Z (4 months ago)
- Topics: ani, cur, cursor, cursors, exe, ico, icon, icons, php
- Language: PHP
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 imagesSee 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)