laravel - How to use PHP(5.5) extract EXIF(version 2.3) info from JPEG file -
i using php v5.5.30, in information page:
exif
exif support enabled
exif version 1.4 $id:a0425de51ec3270d01522bf62d41bfe78893f78d $
supported exif version 0220
supported filetypes jpeg,tiff
when use exit()
function of ``(actually use php native function) retrieve exif info jpeg, give wrong results:
"make" => "\x01" "model" => null "orientation" => 1
how can solve problem? there way can let php support exif v2.3 or 3rd party library?
many thanks.
Comments
Post a Comment