Releases: jindrapetrik/php-ico
Releases · jindrapetrik/php-ico
Version 5.0
- Added animated cursor (.ANI) support
- Storing 256x256 32bit icons as PNG compressed
- Error on writing larger images than 256
- Enhanced sample for generating icon
- Separated file with samples
Version 4.0
- Added cursor (.CUR) support
- Stream optimize
- Fixed transparent color when writing
- Fixed writing icons with bpp < 8
Version 3.0
- License change to GNU/LGPL v2.1
- Support for reading PNG encoded icons (256x256 sizes usually)
- Class encapsulation, total redesign
- Code formatting
- Fixed problems with alpha channel on 32bit images
- Added sample data and script
Version 2.3
- License changed to GNU/GPL v2 or v3
Version 2.2
- License changed to GNU/GPL v3
Version 2.1
- Redesigned sourcecode
- Phpdoc included
- All internal functions and global variables have prefix "jpexs_"
Version 2.0
- For icons with Alpha channel now you can set background color
- ImageCreateFromExeIco added
- Fixed ICO_MAX_SIZE and ICO_MAX_COLOR values
Version 1.0
initial version