All notable changes to this project will be documented in this file.
- 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
- Added cursor (.CUR) support
- Stream optimize
- Fixed transparent color when writing
- Fixed writing icons with bpp < 8
- 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
- License changed to GNU/GPL v2 or v3
- License changed to GNU/GPL v3
- Redesigned sourcecode
- Phpdoc included
- All internal functions and global variables have prefix "jpexs_"
- For icons with Alpha channel now you can set background color
- ImageCreateFromExeIco added
- Fixed ICO_MAX_SIZE and ICO_MAX_COLOR values
- initial version