Skip to content

Releases: contao/image

1.2.0

30 May 13:31
858d8be
Compare
Choose a tag to compare
  • Add EXIF, IPTC, XMP metadata handling for JPEG, PNG, WEBP, GIF, HEIC, JXL, AVIF. #93, #95, #96
  • Improve file name hashing algorithm. #90
  • Fix wrong exception class being thrown.
  • Deprecate ResizeConfiguration::MODE_PROPORTIONAL. #97
  • Add new methods getRawImg() and getRawSources() to Picture. #98

1.1.2

16 Aug 17:31
21fd048
Compare
Choose a tag to compare
  • Switch to Symfony's version of the Path helper. #89

1.1.1

06 Jul 14:45
Compare
Choose a tag to compare
  • Fix resize calculation ending up with zero. #82

1.1.0

18 Mar 09:26
Compare
Choose a tag to compare
  • Add namespaced exceptions and a specific FileNotExistsException. #79

1.0.3

20 Nov 10:32
Compare
Choose a tag to compare
  • Support PHP version 8.0. #74
  • Revert fix for Gmagick bug No encode delegate for this image format. #70

1.0.2

13 Jun 10:02
Compare
Choose a tag to compare
  • Handle JSON errors when decoding. #68
  • Fix Gmagick bug No encode delegate for this image format. #70
  • Compatibility with contao/imagine-svg 1.0. #71

1.0.1

10 Dec 17:58
9cd4150
Compare
Choose a tag to compare
  • Handle JSON errors. #63
  • Compatibility with Symfony 5. #62
  • Canonicalize relative paths of deferred images. #64
  • Fix rounding errors of important part values. #60

1.0.0

08 Aug 09:39
Compare
Choose a tag to compare
  • Add upgrade documentation (UPGRADE.md file).

1.0.0-beta4

29 Jul 18:23
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
  • Remove unnecessary interfaces. #57
  • Don’t throw exceptions for malformed EXIF data #56
  • Fix race conditions #55

1.0.0-beta3

04 Jul 17:31
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • Add support for multiple image formats in pictures. #53