PackageTrack
Sign in Get early access

spatie/image

Manipulate images with an expressive API

3.9.6 65M downloads/mo #429 most downloaded on Packagist spatie/image

What this package is like to depend on

Last release 5 days ago

18 Aug 2026

Ships fairly regularly

a new release about every 2 months

Most releases are documented

notes for 86 of 97 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

97 releases · first in 2017

9 releases in the last 12 months

see the full history below

Release timeline

97 releases · Jan 2017 to Aug 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 97
  1. 3.9.6 18 Aug 2026
    Release notes

    What's Changed

    • Bump actions/checkout from 6 to 7 by @dependabot[bot] in #329
    • Bump actions/setup-node from 6 to 7 by @dependabot[bot] in #331
    • Fix inverted AVIF quality on imagick, and quality being ignored by base64() on gd and vips by @NickBevers in #332

    New Contributors

    Full Changelog: 3.9.5...3.9.6

    Open source →
    Release notes

    What's Changed

    • Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/spatie/image/pull/329
    • Bump actions/setup-node from 6 to 7 by @dependabot[bot] in https://github.com/spatie/image/pull/331
    • Fix inverted AVIF quality on imagick, and quality being ignored by base64() on gd and vips by @NickBevers in https://github.com/spatie/image/pull/332

    New Contributors

    • @NickBevers made their first contribution in https://github.com/spatie/image/pull/332

    Full Changelog: https://github.com/spatie/image/compare/3.9.5...3.9.6

    Open source →
  2. 3.9.5 19 Jun 2026
    Release notes

    What's Changed

    • Bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #323
    • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #324
    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in #325
    • Fix VipsDriver save() corrupting source on same-path writes by @freekmurze in #326
    • Fix VipsDriver autoRotate with sequential access by @thisispiers in #328

    New Contributors

    Full Changelog: 3.9.4...3.9.5

    Open source →
    Release notes

    What's Changed

    • Bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in https://github.com/spatie/image/pull/323
    • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in https://github.com/spatie/image/pull/324
    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/spatie/image/pull/325
    • Fix VipsDriver save() corrupting source on same-path writes by @freekmurze in https://github.com/spatie/image/pull/326
    • Fix VipsDriver autoRotate with sequential access by @thisispiers in https://github.com/spatie/image/pull/328

    New Contributors

    • @thisispiers made their first contribution in https://github.com/spatie/image/pull/328

    Full Changelog: https://github.com/spatie/image/compare/3.9.4...3.9.5

    Open source →
  3. 3.9.4 13 Mar 2026
    Release notes

    What's Changed

    The GD driver now correctly handles all 8 EXIF orientations (including flipped variants), matching the existing Imagick driver behavior.

    Open source →
    Release notes

    What's Changed

    • Fix unhandled EXIF orientations in GD driver by @GarethSomers in https://github.com/spatie/image/pull/322

    The GD driver now correctly handles all 8 EXIF orientations (including flipped variants), matching the existing Imagick driver behavior.

    Open source →
  4. 3.9.3 01 Mar 2026
    Release notes

    What's Changed

    • Fix VipsDriver format() being ignored when saving to a path with a different extension

    Full Changelog: 3.9.2...3.9.3

    Open source →
    Release notes

    What's Changed

    • Fix VipsDriver format() being ignored when saving to a path with a different extension

    Full Changelog: https://github.com/spatie/image/compare/3.9.2...3.9.3

    Open source →
  5. 3.9.2 01 Mar 2026
    Release notes
    • Fix VipsDriver save() without path and format() being ignored

    The VipsDriver was missing originalPath tracking and format fallback
    logic that GdDriver and ImagickDriver both have. This caused save()
    without a path to fail with "Unsupported format 'unknown'" and
    format() calls to be ignored when determining the output format.

    Co-Authored-By: Claude Opus 4.6 [email protected]

    • Avoid else in VipsDriver save()

    Co-Authored-By: Claude Opus 4.6 [email protected]


    Co-authored-by: Claude Opus 4.6 [email protected]

    Open source →
  6. 3.9.1 12 Jan 2026
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #318
    • Fix PSR-4 filename mismatch for CannotOptimizePng exception by @abkrim in #317

    New Contributors

    Full Changelog: 3.9.0...3.9.1

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/spatie/image/pull/318
    • Fix PSR-4 filename mismatch for CannotOptimizePng exception by @abkrim in https://github.com/spatie/image/pull/317

    New Contributors

    • @abkrim made their first contribution in https://github.com/spatie/image/pull/317

    Full Changelog: https://github.com/spatie/image/compare/3.9.0...3.9.1

    Open source →
  7. 3.9.0 07 Jan 2026
    Release notes

    What's Changed

    Full Changelog: 3.8.7...3.9.0

    Open source →
    Release notes

    What's Changed

    • Add support for Vips by @freekmurze in https://github.com/spatie/image/pull/286

    Full Changelog: https://github.com/spatie/image/compare/3.8.7...3.9.0

    Open source →
  8. 3.8.7 24 Nov 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.8.6...3.8.7

    Open source →
    Release notes

    What's Changed

    • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/spatie/image/pull/308
    • Bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/spatie/image/pull/309
    • ci: add tests for PHP 8.5 by @Chris53897 in https://github.com/spatie/image/pull/312
    • Change default driver to Gd when Imagick is not available by @andreasnij in https://github.com/spatie/image/pull/315
    • Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/spatie/image/pull/314
    • Added Symfony 8 support to all symfony/* packages. by @thecaliskan in https://github.com/spatie/image/pull/313

    New Contributors

    • @Chris53897 made their first contribution in https://github.com/spatie/image/pull/312
    • @andreasnij made their first contribution in https://github.com/spatie/image/pull/315
    • @thecaliskan made their first contribution in https://github.com/spatie/image/pull/313

    Full Changelog: https://github.com/spatie/image/compare/3.8.6...3.8.7

    Open source →
  9. 3.8.6 25 Sep 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.8.5...3.8.6

    Open source →
    Release notes

    What's Changed

    • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/spatie/image/pull/302
    • Update issue template by @AlexVanderbist in https://github.com/spatie/image/pull/305
    • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/spatie/image/pull/304
    • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/image/pull/303
    • fix(gddriver): fix CouldNotLoadImage::make error by @glesende in https://github.com/spatie/image/pull/307

    New Contributors

    • @glesende made their first contribution in https://github.com/spatie/image/pull/307

    Full Changelog: https://github.com/spatie/image/compare/3.8.5...3.8.6

    Open source →
  10. 3.8.5 27 Jun 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.8.4...3.8.5

    Open source →
    Release notes

    What's Changed

    • Fix tests by @timvandijck in https://github.com/spatie/image/pull/299
    • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in https://github.com/spatie/image/pull/300
    • Focal Crop and Resize by @GarethSomers in https://github.com/spatie/image/pull/301

    New Contributors

    • @GarethSomers made their first contribution in https://github.com/spatie/image/pull/301

    Full Changelog: https://github.com/spatie/image/compare/3.8.4...3.8.5

    Open source →
  11. 3.8.4 04 Jun 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/spatie/image/pull/297
    • Update GdDriver.php by @GhostvOne in https://github.com/spatie/image/pull/298

    New Contributors

    • @GhostvOne made their first contribution in https://github.com/spatie/image/pull/298

    Full Changelog: https://github.com/spatie/image/compare/3.8.3...3.8.4

    Open source →
  12. 3.8.3 25 Apr 2025
    Release notes

    What's Changed

    • refactor: simplify loadFile by replacing fopen/fread with file_get_contents by @Ayoub-Mabrouk in https://github.com/spatie/image/pull/296
    • refactor(image): simplify and merge exif and fileinfo extension checks by @Ayoub-Mabrouk in https://github.com/spatie/image/pull/295

    Full Changelog: https://github.com/spatie/image/compare/3.8.2...3.8.3

    Open source →
  13. 3.8.2 24 Apr 2025
    Release notes

    What's Changed

    • refactor: simplify resizeWidth method by @Ayoub-Mabrouk in https://github.com/spatie/image/pull/292
    • refactor: simplify and optimize resizeHeight method by @Ayoub-Mabrouk in https://github.com/spatie/image/pull/293
    • refactor: simplify resize method by @Ayoub-Mabrouk in https://github.com/spatie/image/pull/294

    New Contributors

    • @Ayoub-Mabrouk made their first contribution in https://github.com/spatie/image/pull/292

    Full Changelog: https://github.com/spatie/image/compare/3.8.1...3.8.2

    Open source →
  14. 3.8.1 27 Mar 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/image/pull/287
    • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/spatie/image/pull/288
    • Allow custom image drivers by @Peeterush in https://github.com/spatie/image/pull/290

    Full Changelog: https://github.com/spatie/image/compare/3.8.0...3.8.1

    Open source →
  15. 3.8.0 17 Jan 2025
    Release notes

    What's Changed

    • Add -90 rotation degree by @hbakouane in https://github.com/spatie/image/pull/285

    New Contributors

    • @hbakouane made their first contribution in https://github.com/spatie/image/pull/285

    Full Changelog: https://github.com/spatie/image/compare/3.7.5...3.8.0

    Open source →
  16. 3.7.5 13 Jan 2025
    Release notes

    What's Changed

    • PHP 8.4 tests by @erikn69 in https://github.com/spatie/image/pull/277
    • Correct documentation for FillMax in resizing-images.md by @ElGovanni in https://github.com/spatie/image/pull/278
    • Correction: Update basic-usage.md Selecting a driver" section by @PrabalPradhan1991 in https://github.com/spatie/image/pull/280
    • Update basic-usage.md Reverting back the incorrect changes that I suggested by @PrabalPradhan1991 in https://github.com/spatie/image/pull/281
    • Do not remove color profiles when resizing canvas. by @Peeterush in https://github.com/spatie/image/pull/284

    New Contributors

    • @ElGovanni made their first contribution in https://github.com/spatie/image/pull/278
    • @Peeterush made their first contribution in https://github.com/spatie/image/pull/284

    Full Changelog: https://github.com/spatie/image/compare/3.7.4...3.7.5

    Open source →
  17. 3.7.4 07 Oct 2024
    Release notes

    What's Changed

    • Fix broken link by @Synchro in https://github.com/spatie/image/pull/272
    • Update resizing-images.md by @makakken in https://github.com/spatie/image/pull/273
    • Improve DX by specifying namespace for GD functions by @alies-dev in https://github.com/spatie/image/pull/274
    • Fix issue with palette images when saving a webp file using GD.

    New Contributors

    • @makakken made their first contribution in https://github.com/spatie/image/pull/273
    • @alies-dev made their first contribution in https://github.com/spatie/image/pull/274

    Full Changelog: https://github.com/spatie/image/compare/3.7.3...3.7.4

    Open source →
  18. 3.7.3 06 Aug 2024
    Release notes

    What's Changed

    • Update Image.php to fix $prefixWithFormat by @tanshiqi in https://github.com/spatie/image/pull/269

    New Contributors

    • @tanshiqi made their first contribution in https://github.com/spatie/image/pull/269

    Full Changelog: https://github.com/spatie/image/compare/3.7.2...3.7.3

    Open source →
  19. 3.7.2 26 Jul 2024
    Release notes

    What's Changed

    • fix: Apply image format when saving file in ImagickDriver by @nicoverbruggen in https://github.com/spatie/image/pull/268

    New Contributors

    • @nicoverbruggen made their first contribution in https://github.com/spatie/image/pull/268

    Full Changelog: https://github.com/spatie/image/compare/3.7.1...3.7.2

    Open source →
  20. 3.7.1 18 Jul 2024
    Release notes

    What's Changed

    • fix: GdDriver resizeCanvas save alpha channel; by @olexoliinyk0 in https://github.com/spatie/image/pull/266

    New Contributors

    • @olexoliinyk0 made their first contribution in https://github.com/spatie/image/pull/266

    Full Changelog: https://github.com/spatie/image/compare/3.7.0...3.7.1

    Open source →
  21. 3.7.0 18 Jul 2024
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/image/pull/263
    • Fix bug in ImagickDriver::pixelate, Update tests by @psion-ar in https://github.com/spatie/image/pull/267

    New Contributors

    • @psion-ar made their first contribution in https://github.com/spatie/image/pull/267

    Full Changelog: https://github.com/spatie/image/compare/3.6.4...3.7.0

    Open source →
  22. 3.6.4 03 Jun 2024
    Release notes

    What's Changed

    • Implement Fit::FillMax by @timvandijck in https://github.com/spatie/image/pull/258

    Full Changelog: https://github.com/spatie/image/compare/3.6.3...3.6.4

    Open source →
  23. 3.6.3 24 May 2024
    Release notes

    Full Changelog: https://github.com/spatie/image/compare/3.6.2...3.6.3

    Open source →
  24. 3.6.2 23 May 2024
    Release notes

    What's Changed

    • Update overview.md by @schmeits in https://github.com/spatie/image/pull/253
    • Update saving-images.md by @schmeits in https://github.com/spatie/image/pull/256
    • Update introduction.md by @schmeits in https://github.com/spatie/image/pull/255
    • Update basic-usage.md by @schmeits in https://github.com/spatie/image/pull/254
    • Update composer.json by @thanosalexandris in https://github.com/spatie/image/pull/257

    New Contributors

    • @schmeits made their first contribution in https://github.com/spatie/image/pull/253
    • @thanosalexandris made their first contribution in https://github.com/spatie/image/pull/257

    Full Changelog: https://github.com/spatie/image/compare/3.6.1...3.6.2

    Open source →
  25. 3.6.1 17 May 2024
    Release notes

    What's Changed

    • Ability to resize canvas when keeping fill background a certain color by @OzanKurt in https://github.com/spatie/image/pull/249

    New Contributors

    • @OzanKurt made their first contribution in https://github.com/spatie/image/pull/249

    Full Changelog: https://github.com/spatie/image/compare/3.6.0...3.6.1

    Open source →
  26. 3.6.0 07 May 2024
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/spatie/image/pull/244
    • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/spatie/image/pull/251
    • Convert Unit and Orientation to BackedEnum by @MrMeshok in https://github.com/spatie/image/pull/252

    New Contributors

    • @MrMeshok made their first contribution in https://github.com/spatie/image/pull/252

    Full Changelog: https://github.com/spatie/image/compare/3.5.0...3.6.0

    Open source →
  27. 3.5.0 17 Apr 2024
    Release notes

    What's Changed

    • Fix saving jfif image by @clementbirkle in https://github.com/spatie/image/pull/248

    New Contributors

    • @clementbirkle made their first contribution in https://github.com/spatie/image/pull/248

    Full Changelog: https://github.com/spatie/image/compare/3.4.2...3.5.0

    Open source →
  28. 3.4.2 15 Apr 2024
    Release notes

    What's Changed

    • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/spatie/image/pull/246
    • Suppress warnings from exif_read_data by @glennjacobs in https://github.com/spatie/image/pull/247
    • Suppress warnings from imagecreatefromstring by @mattmcdonald-uk in https://github.com/spatie/image/pull/243

    New Contributors

    • @glennjacobs made their first contribution in https://github.com/spatie/image/pull/247
    • @mattmcdonald-uk made their first contribution in https://github.com/spatie/image/pull/243

    Full Changelog: https://github.com/spatie/image/compare/3.4.0...3.4.2

    Open source →
  29. 3.4.1 15 Apr 2024
    Release notes

    What's Changed

    • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/spatie/image/pull/246
    • Suppress warnings from exif_read_data by @glennjacobs in https://github.com/spatie/image/pull/247

    New Contributors

    • @glennjacobs made their first contribution in https://github.com/spatie/image/pull/247

    Full Changelog: https://github.com/spatie/image/compare/3.4.0...3.4.1

    Open source →
  30. 3.4.0 05 Mar 2024
    Release notes

    What's Changed

    • Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/image/pull/241
    • Add a ->text method to the package by @riasvdv in https://github.com/spatie/image/pull/242

    New Contributors

    • @riasvdv made their first contribution in https://github.com/spatie/image/pull/242

    Full Changelog: https://github.com/spatie/image/compare/3.3.8...3.4.0

    Open source →
  31. 3.3.8 04 Mar 2024
    Release notes

    What's Changed

    • Allow lossless saving of Webp with the GD driver by @fabio-ivona in https://github.com/spatie/image/pull/240

    New Contributors

    • @fabio-ivona made their first contribution in https://github.com/spatie/image/pull/240

    Full Changelog: https://github.com/spatie/image/compare/3.3.7...3.3.8

    Open source →
  32. 3.3.7 01 Mar 2024
    Release notes

    What's Changed

    • Fix for Fit::Max not behaving as described in the documentation by @RaBic in https://github.com/spatie/image/pull/239

    New Contributors

    • @RaBic made their first contribution in https://github.com/spatie/image/pull/239

    Full Changelog: https://github.com/spatie/image/compare/3.3.6...3.3.7

    Open source →
  33. 3.3.6 26 Feb 2024
    Release notes

    What's Changed

    • Bugfix for cases where setting a quality did nothing https://github.com/spatie/image/pull/237
    • Bugfix for transparent PNG's not staying transparent when working with GD.
    • Autorotate images based on their Exif data https://github.com/spatie/image/pull/238

    Full Changelog: https://github.com/spatie/image/compare/3.3.5...3.3.6

    Open source →
  34. 3.3.5 16 Feb 2024
    Release notes

    What's Changed

    • Update adding-a-watermark.md by @yoeriboven in https://github.com/spatie/image/pull/235
    • Manipulating animated GIF's is now supported using Imagick. by @jhorie in https://github.com/spatie/image/pull/234

    New Contributors

    • @yoeriboven made their first contribution in https://github.com/spatie/image/pull/235
    • @jhorie made their first contribution in https://github.com/spatie/image/pull/234

    Full Changelog: https://github.com/spatie/image/compare/3.3.4...3.3.5

    Open source →
  35. 3.3.4 15 Jan 2024
    Release notes

    What's Changed

    • Crop issue fixes by @timvandijck in https://github.com/spatie/image/pull/230

    Full Changelog: https://github.com/spatie/image/compare/3.3.3...3.3.4

    Open source →
  36. 3.3.3 05 Jan 2024
    Release notes

    What's Changed

    • Fix broken fit/crop operation.
    • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/spatie/image/pull/224
    • Fix enum case by @lukasleitsch in https://github.com/spatie/image/pull/226
    • update load image with gd driver example by @lukasleitsch in https://github.com/spatie/image/pull/227

    New Contributors

    • @lukasleitsch made their first contribution in https://github.com/spatie/image/pull/226

    Full Changelog: https://github.com/spatie/image/compare/3.3.2...3.3.3

    Open source →
  37. 3.3.2 24 Dec 2023
    Release notes

    What's Changed

    • move ext requirement to dev by @ariaieboy in https://github.com/spatie/image/pull/222

    Full Changelog: https://github.com/spatie/image/compare/3.3.1...3.3.2

    Open source →
  38. 3.3.1 22 Dec 2023
    Release notes

    What's Changed

    • update GD driver by @ariaieboy in https://github.com/spatie/image/pull/221

    Full Changelog: https://github.com/spatie/image/compare/3.3.0...3.3.1

    Open source →
  39. 3.3.0 21 Dec 2023
    Release notes
    • add watermark method
    Open source →
  40. 3.2.0 18 Dec 2023
    Release notes

    What's Changed

    • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/image/pull/210
    • Add OptimizerChain::setTimeout() to the image optimization tests and docs by @golubev in https://github.com/spatie/image/pull/208
    • Image load fix by @kbond in https://github.com/spatie/image/pull/214

    New Contributors

    • @golubev made their first contribution in https://github.com/spatie/image/pull/208
    • @kbond made their first contribution in https://github.com/spatie/image/pull/214

    Full Changelog: https://github.com/spatie/image/compare/3.1.0...3.2.0

    Open source →
  41. 3.1.0 15 Dec 2023
    Release notes

    What's Changed

    • add Avif Support by @ariaieboy in https://github.com/spatie/image/pull/207

    Full Changelog: https://github.com/spatie/image/compare/3.0.0...3.1.0

    Open source →
  42. 3.0.0 14 Dec 2023
    Release notes

    What's Changed

    • do not rely on Glide anymore

    New Contributors

    • @erikn69 made their first contribution in https://github.com/spatie/image/pull/197
    • @timvandijck made their first contribution in https://github.com/spatie/image/pull/199

    Full Changelog: https://github.com/spatie/image/compare/2.2.7...3.0.0

    Open source →
  43. 2.2.7 24 Jul 2023
    Release notes
    • bump requirements
    Open source →
  44. 2.2.6 06 May 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/image/pull/185
    • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/image/pull/188
    • Fit with only width or height by @gdebrauwer in https://github.com/spatie/image/pull/190

    New Contributors

    • @dependabot made their first contribution in https://github.com/spatie/image/pull/185
    • @gdebrauwer made their first contribution in https://github.com/spatie/image/pull/190

    Full Changelog: https://github.com/spatie/image/compare/2.2.5...2.2.6

    Open source →
  45. 2.2.5 19 Jan 2023
    Release notes

    What's Changed

    • Refactor tests to pest by @AyoobMH in https://github.com/spatie/image/pull/176
    • Add Dependabot Automation by @patinthehat in https://github.com/spatie/image/pull/177
    • Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/image/pull/180
    • Update Dependabot Automation by @patinthehat in https://github.com/spatie/image/pull/181
    • Add fill-max fit mode by @Tofandel in https://github.com/spatie/image/pull/183

    New Contributors

    • @AyoobMH made their first contribution in https://github.com/spatie/image/pull/176
    • @patinthehat made their first contribution in https://github.com/spatie/image/pull/177
    • @Tofandel made their first contribution in https://github.com/spatie/image/pull/183

    Full Changelog: https://github.com/spatie/image/compare/2.2.4...2.2.5

    Open source →
  46. 2.2.4 09 Aug 2022
    Release notes

    What's Changed

    • Add zero orientation support ignoring EXIF by @danielcastrobalbi in https://github.com/spatie/image/pull/171

    New Contributors

    • @danielcastrobalbi made their first contribution in https://github.com/spatie/image/pull/171

    Full Changelog: https://github.com/spatie/image/compare/2.2.3...2.2.4

    Open source →
  47. 2.2.3 21 May 2022

    Nothing published for this version

  48. 2.2.2 21 Feb 2022
    Release notes
    • add TIFF support
    Open source →
  49. 2.2.1 17 Dec 2021

    Nothing published for this version

  50. 2.2.0 31 Oct 2021
    Release notes
    • add avif support (#148)
    Open source →
  51. 2.1.0 15 Jul 2021
    Release notes
    • Drop support for PHP 7
    • Make codebase more strict with type hinting
    Open source →
  52. 2.0.0 15 Jul 2021
    Release notes
    • Bump league/glide to v2 #134
    Open source →
  53. 1.11.0 21 Feb 2022

    Nothing published for this version

  54. 1.10.6 21 Dec 2021

    Nothing published for this version

  55. 1.10.5 07 Apr 2021

    Nothing published for this version

  56. 1.10.4 10 Mar 2021
    Release notes
    • Allow spatie/temporary-directory v2
    Open source →
  57. 1.10.3 10 Mar 2021
    Release notes
    • Bump league/glide to 2.0 #123
    Open source →
  58. 1.10.2 26 Jan 2021
    Release notes
    • change condition to delete $conversionResultDirectory (#118)
    Open source →
  59. 1.10.1 01 Dec 2020
    Release notes
    • adds zoom option to focalCrop (#112)
    Open source →
  60. 1.10.0 27 Nov 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive