Skip to content

jindrapetrik/php-ico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

License

The library is licensed under GNU/LGPL v2.1, see LICENSE for details.

Author

Jindra Petřík aka JPEXS

Changelog

Changes in versions are logged in the file CHANGELOG.md