Task #101922
closedSuggest php exif module in system environment status
100%
Description
If the PHP exif module is available, TYPO3 uses exif_read_data
to evaluate the exif tag Orientation
of an uploaded image. Also ext:indexed_search uses exif_read_data
to extract the exif tags COMMENT
and ImageDescription
which is the added to the indexed content.
If the PHP exif module is not available, a possible Orientation
exif tag from uploaded images created with modern camera systems is not respected, which leads to the problem, that width and height of uploaded portrait images may get saved wrong to TYPO3 FAL.
TYPO3 should therefore recommend to install the PHP exif module.
Updated by Torben Hansen about 1 year ago
- Related to Bug #69274: Portrait Images rotated while file processing added
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81022
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81022
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81022
Updated by Gerrit Code Review about 1 year ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81022
Updated by Gerrit Code Review about 1 year ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81022
Updated by Gerrit Code Review about 1 year ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81022
Updated by Torben Hansen about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 58ee06e684cdbb5db29f9c3d29b9f0cedded11d5.