|
|
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
|
|||||||||||||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Wed Jan 28 05:00:01 2026 UTC |
Closing it as it's actually already supported via exif_read_data('data://image/jpeg;base64,'.base64_encode(file_get_contents('image. jpg')))