Answer the question
In order to leave comments, you need to log in
How to change image properties using php?
Good afternoon. Interested in the question, how can I change (and is it possible) image properties using php?
In this case, we are talking about image data, which can be seen by right-clicking on it => Properties => Details.
I tried to find information on the Internet, but apparently I don’t know how to google. never found an answer. Can someone send me a link where I can read this info?
Answer the question
In order to leave comments, you need to log in
Use Imagic setImageProperty
Exif tags are described here - https://www.exiv2.org/tags.html
$image->setImageProperty('Exif.Image.RatingPercent', 100); //Rating tag used by Windows, value in percent
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question