Skip to content

Commit

Permalink
Merge pull request #808 from tantegerda1/suggest-exif-extension
Browse files Browse the repository at this point in the history
Suggest exif php extension
  • Loading branch information
mlocati authored Oct 21, 2021
2 parents d1ef8b0 + cbca1c1 commit dcbf6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Depending on the chosen Image implementation, you may need one of the following
- Imagick (with ImageMagick version 6.2.9 or later, except version 7.0.7-32)
- Gmagick

To read EXIF metadata (e.g. for autorotation), activate the PHP ``exif`` extension. This is optional: Imagine works
without the PHP ``exif`` extension, but then it can't read and act on image orientation or other EXIF metadata.

### Installation using composer
`php composer.phar require imagine/imagine`

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
},
"suggest": {
"ext-exif": "to read EXIF metadata",
"ext-gd": "to use the GD implementation",
"ext-imagick": "to use the Imagick implementation",
"ext-gmagick": "to use the Gmagick implementation"
Expand Down

0 comments on commit dcbf6c5

Please sign in to comment.