Skip to content

Commit dcbf6c5

Browse files
authored
Merge pull request #808 from tantegerda1/suggest-exif-extension
Suggest exif php extension
2 parents d1ef8b0 + cbca1c1 commit dcbf6c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Depending on the chosen Image implementation, you may need one of the following
1919
- Imagick (with ImageMagick version 6.2.9 or later, except version 7.0.7-32)
2020
- Gmagick
2121

22+
To read EXIF metadata (e.g. for autorotation), activate the PHP ``exif`` extension. This is optional: Imagine works
23+
without the PHP ``exif`` extension, but then it can't read and act on image orientation or other EXIF metadata.
24+
2225
### Installation using composer
2326
`php composer.phar require imagine/imagine`
2427

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
2424
},
2525
"suggest": {
26+
"ext-exif": "to read EXIF metadata",
2627
"ext-gd": "to use the GD implementation",
2728
"ext-imagick": "to use the Imagick implementation",
2829
"ext-gmagick": "to use the Gmagick implementation"

0 commit comments

Comments
 (0)