Releases: xp-framework/imaging
Releases · xp-framework/imaging
11.1.0: Lens & timezone
- Merged PR #6: Read lens model and pass it to EXIF data, see
https://stackoverflow.com/questions/39929814/exif-data-lensmodel-property
(@thekid) - Merged PR #5: Make it possible to set default time zone for EXIF / IPTC
data; see also https://photo.stackexchange.com/questions/96711/
(@thekid)
11.0.0: Meta data refactoring, PHP 7.4+
- Removed deprecated global constants
IMG_PALETTE
/IMG_TRUECOLOR
(@thekid) - Removed field getters and setters from the
ExifData
andIptcData
classes inimg.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
- Made compatible with
xp-framework/xml
12.0+ - @thekid
10.4.0: Meta data reading performance
10.3.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
10.2.0: Color as integer
10.1.2: XMP fix
- Fixed "Invalid document end" in certain XMP segments - @thekid
10.1.1: ImageInfo fix
- Fixed "Cannot redeclare img\util\ImageInfo::hashCode()" - @thekid
10.1.0: WebP support
10.0.0: XP 11, PHP 8 compatibility
- 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