Skip to content

Releases: jindrapetrik/php-ico

Version 5.0

19 Feb 19:37
Compare
Choose a tag to compare
  • 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

18 Feb 21:53
Compare
Choose a tag to compare
  • Added cursor (.CUR) support
  • Stream optimize
  • Fixed transparent color when writing
  • Fixed writing icons with bpp < 8

Version 3.0

18 Feb 17:13
Compare
Choose a tag to compare
  • 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

18 Feb 17:18
Compare
Choose a tag to compare
  • License changed to GNU/GPL v2 or v3

Version 2.2

18 Feb 17:18
Compare
Choose a tag to compare
  • License changed to GNU/GPL v3

Version 2.1

18 Feb 17:17
Compare
Choose a tag to compare
  • Redesigned sourcecode
  • Phpdoc included
  • All internal functions and global variables have prefix "jpexs_"

Version 2.0

18 Feb 17:17
Compare
Choose a tag to compare
  • 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

18 Feb 17:16
Compare
Choose a tag to compare

initial version