Skip to content

Releases: xp-framework/imaging

11.1.0: Lens & timezone

01 Jan 12:50
Compare
Choose a tag to compare

11.0.0: Meta data refactoring, PHP 7.4+

29 Mar 11:50
Compare
Choose a tag to compare
  • Removed deprecated global constants IMG_PALETTE / IMG_TRUECOLOR
    (@thekid)
  • Removed field getters and setters from the ExifData and IptcData
    classes in img.util.
    (@thekid)
  • Dropped support for PHP 7.0 - 7.3, step 1 of xp-framework/rfc#343
    (@thekid)
  • Merged PR #4: Remove deprecated (ExifData|IptcData)::fromString()
    (@thekid)
  • Merged PR #3: Drop dependency on XML library, decreasing library size
    (@thekid)

10.5.0: XML library compatibility

29 Mar 09:29
Compare
Choose a tag to compare
  • Made compatible with xp-framework/xml 12.0+ - @thekid

10.4.0: Meta data reading performance

28 Mar 21:30
Compare
Choose a tag to compare
  • Improved performance when reading meta data - @thekid
  • Migrated to new testing library - @thekid

10.3.0: XP 12 compatibility

24 Mar 10:45
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

10.2.0: Color as integer

04 Nov 13:58
Compare
Choose a tag to compare
  • Added PHP 8.3 and PHP 8.4 to test matrix - @thekid
  • Merged PR #2: Add Color::intValue() to convert colors to ARGB color ints
    (@thekid)

10.1.2: XMP fix

01 Oct 22:31
Compare
Choose a tag to compare
  • Fixed "Invalid document end" in certain XMP segments - @thekid

10.1.1: ImageInfo fix

01 Oct 15:00
Compare
Choose a tag to compare
  • Fixed "Cannot redeclare img\util\ImageInfo::hashCode()" - @thekid

10.1.0: WebP support

10 Sep 17:47
Compare
Choose a tag to compare

10.0.0: XP 11, PHP 8 compatibility

28 Feb 21:15
Compare
Choose a tag to compare
  • Fixed PHP 8.0+ compatiblity: The image creation functions now return
    a GdImage instance instead of a resource
    (@thekid)
  • Implemented xp-framework/rfc#341: Drop XP 9 compatibility - @thekid
  • Added XP 11 compatibility - @thekid