php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #77757 Support for HEIC / HEIF EXIF
Submitted: 2019-03-17 08:55 UTC Modified: -
Votes:32
Avg. Score:4.6 ± 0.7
Reproduced:27 of 27 (100.0%)
Same Version:13 (48.1%)
Same OS:17 (63.0%)
From: bugs dot php dot net at shkspr dot mobi Assigned:
Status: Open Package: EXIF related
PHP Version: 7.1.27 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugs dot php dot net at shkspr dot mobi
New email:
PHP Version: OS:

 

 [2019-03-17 08:55 UTC] bugs dot php dot net at shkspr dot mobi
Description:
------------
Apple iPhones now take photos in HEIC / HEIF.  They store EXIF metadata, but `exif_read_data` cannot read data.

On Linux, if I run the command line tool `exiftool test.heic` - then I'm able to see the metadata.

I can supply HEIC images if that would help.

I'm using PHP 7.1 and ImageMagick 6.9.4-10 (1684).

Test script:
---------------
<?php 
    var_dump(exif_read_data("test.heic"));



Expected result:
----------------
Full EXIF readout

Actual result:
--------------
bool(false)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-12-03 22:21 UTC] jesse dot szypulski at gmail dot com
+1 :\
 [2020-04-17 15:06 UTC] ncosta at alum dot rpi dot edu
+1, definitely something I need. Currently have to convert HEIC to JPEG just to pull EXIF data.
 [2020-05-22 10:09 UTC] hct-gaming at email dot de
+1 this would be very welcome. IMHO heic is spreading especially on mobile devices and it could already be used in several more use cases if php would support it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC