|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2013-07-02 21:47 UTC] imprec at gmail dot com
 Description: ------------ exif_read_data currently read exif metadata only from filepath. In case the image is in memory (stream resource, binary string, etc...) the image as to be written on disk before reading the exif data. It would be awesome to be able to read from a stream resource. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Closing it as it's actually already supported via exif_read_data('data://image/jpeg;base64,'.base64_encode(file_get_contents('image. jpg')))