Hello,
I had to upgrade to php 7+ and noticed that Exif is not working right on SOME images.
Same image works on php5.6, i tried 7.2 but on google they said it had a bug and i updated to 7.4 today and still same.
I am using simple code to test:
$exif_info1 = @exif_read_data( "test1.jpg", 0, true );
var_dump($exif_info1);
It is not picking up the title and keywords.
any ideas?
thanks
/J
I had to upgrade to php 7+ and noticed that Exif is not working right on SOME images.
Same image works on php5.6, i tried 7.2 but on google they said it had a bug and i updated to 7.4 today and still same.
I am using simple code to test:
$exif_info1 = @exif_read_data( "test1.jpg", 0, true );
var_dump($exif_info1);
It is not picking up the title and keywords.
any ideas?
thanks
/J
Attachments
-
467.7 KB Views: 5
-
250.5 KB Views: 5